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
Right now we can't hotreload component bodies going from something to nothing or nothing to something since that's functionally adding/removing a .children() method.
In debug or dev mode we should always pass in children as either some or none into the builder, even if the component doesn't do anything with those children. This would let us hotreload component bodies in more cases than we do today.
This would be breaking (might be able to find a way around it).
The text was updated successfully, but these errors were encountered:
Feature Request
Right now we can't hotreload component bodies going from something to nothing or nothing to something since that's functionally adding/removing a .children() method.
In debug or dev mode we should always pass in children as either some or none into the builder, even if the component doesn't do anything with those children. This would let us hotreload component bodies in more cases than we do today.
This would be breaking (might be able to find a way around it).
The text was updated successfully, but these errors were encountered: