mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* fix portal shifting on reconciliation too often the public vdom api changes to only allow directly setting a Node as sibling (still optional) instead of a NodeRef. This was the intention all along, since the NodeRef was not dynamically tracked, and creating a portal into a subtree already controlled by yew is not supported anway. * fix feature soundness * fix doc tests