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
#4249 indicates that it may not be safe to compose native and synthetic lifecycle components together. For that reason, we should perhaps treat it similarly to native vs synthetic shadow DOM, and allow components to opt-in instead. E.g.:
There is an open question about whether this should affect child trees, similar to native shadow DOM when using shadowSupportMode. It's not clear that this would help much, since #4249 is more around slotting rather than parent-child relationships (although the same issues would also apply to parent-child relationships).
Edit: there is now an RFC.
#4249 indicates that it may not be safe to compose native and synthetic lifecycle components together. For that reason, we should perhaps treat it similarly to native vs synthetic shadow DOM, and allow components to opt-in instead. E.g.:
There is an open question about whether this should affect child trees, similar to native shadow DOM when using
shadowSupportMode
. It's not clear that this would help much, since #4249 is more around slotting rather than parent-child relationships (although the same issues would also apply to parent-child relationships).Related: #3198
The text was updated successfully, but these errors were encountered: