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
<slot> elements are allowed to use only lwc:data-bind directive and no other directives. The restriction error message contains a list of all directives that are forbidden. The documentation for scoped slots should contain this restriction with the list of directives.
This bug is to update the error message to an external documentation page.