-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression in 1.47.0 with empty default slots #1007
Comments
It looks like there are a couple things going on here.
I'm not sure which of these is the best to address. Fixing the second one would restore 1.46.0 behavior. Is fixing the first one more desirable? Or might that be considered hiding an error, and we actually want an exception to be thrown in that case? |
IMO if you send slot content into a component that does not have a |
allow components without slots to have whitespace as only child
Fixed in 1.47.2, thanks. Opened a separate issue about slots in non-slottable components — #1020 |
This REPL fails with
Cannot read property 'default' of undefined
but works in
<= v1.46.0
The following ways of adding components in
v1.47.0
work:The following ways fail:
The text was updated successfully, but these errors were encountered: