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
Currently, if you use the queryAssignedNodes decorator with no argument, it retrieves the first <slot> in the template, whether or not it has a name attribute.
Description
Currently, if you use the
queryAssignedNodes
decorator with no argument, it retrieves the first<slot>
in the template, whether or not it has aname
attribute.For example, given the code:
The
defaultNodes
parameter returns the contents of the first slot, not the second, as you'd expect.The text was updated successfully, but these errors were encountered: