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
use the toggle button - the syntax used in line 29 seems to not work as expected
What is expected?
All 3 paragraphs should always print the same text
What is actually happening?
the default slot without the new template syntax will only rerender once and then stay the same,
im not sure if the syntax for default slots is now still to be used that way - or if we always need to use a template now - but it worked with 2.6.0 to 2.6.3 and then stopped working in 2.6.4
//EDIT: updated reproduction (closed that slot tag)