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
To be able to distinguish between components with no children and components who have all following content as a child, we should be able to have <tag/> be equivalent to <tag></tag> in the parser and serializer.
This would technically be a breaking change, right? So, <hi:Cool/> would be handled completely differently before/after this feature is implemented. Do we want to get it in before 4.10.0 or just have some way of handling it in the parser? Perhaps a warning that it will be handled differently in the future?
To be able to distinguish between components with no children and components who have all following content as a child, we should be able to have
<tag/>
be equivalent to<tag></tag>
in the parser and serializer.This would fully close #523.
The text was updated successfully, but these errors were encountered: