Skip to content

Support streaming in an existing layer#608

Merged
jalal246 merged 21 commits intomainfrom
dev/wip_1_29_p2
Feb 1, 2023
Merged

Support streaming in an existing layer#608
jalal246 merged 21 commits intomainfrom
dev/wip_1_29_p2

Conversation

@jalal246
Copy link
Member

@jalal246 jalal246 commented Jan 30, 2023

  • Fix a bug in store.destroy() where in some cases migration=null causes an error when it's called.
  • Fix a bug in the branch level where the parent container belongs to the same higher parent but is not registered as siblings in DOMGen.
  • Depend on the observer to auto-clean removed elements from the store instead of using unregister.
  • Support streaming in depth:0. Allowing children to be updated continuously without clearing the store instance entirely.
  • Override containersTransition & commit for unnecessary usage #609
  • Add prefix to generated keys in DOM-gen #610

@github-actions github-actions bot added the Store label Jan 30, 2023
@jalal246 jalal246 changed the title wip cleanupBranchElements Support streaming in an existing layer Jan 31, 2023
* Override containersTransition options for an orphan branch.

* Override commit options for an orphan branch with a solo element to prevent unnecessary reconciliation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error when trying to add new DnDComponent while running: Uncaught TypeError: h2 is undefined

1 participant