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
When you have a component that calls another component immediately, and the descendant component uses a function component, the scoping attributes do not apply to the resultant html
When you have a component that calls another component immediately, and the descendant component uses a function component, the scoping attributes do not apply to the resultant html
Form.ex:
MyForm.ex:
MyComponent.ex:
The resulting html will have no scoping attributes set
The text was updated successfully, but these errors were encountered: