You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... The trick is: if fiber.dom is null it means it's the fiber of a function component, and function components never have more than one child (Didact doesn't have Fragments like React).
We should investigate wether adding support for fragments is worth it or not.
According to pomber/didact#22, the current
commitDeletion
:Adding support for multiple children would:
Edit: Found a project implementing Fragments on Didact at https://github.com/davidbarone/didact#fragments
The text was updated successfully, but these errors were encountered: