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
If a component snippet has been sketched out and is intended to be a higher order component, we can change the structure of the generated code to be a closer match to this style of component. For example, rendering props.children.
The text was updated successfully, but these errors were encountered:
If a component snippet has been sketched out and is intended to be a higher order component, we can change the structure of the generated code to be a closer match to this style of component. For example, rendering
props.children
.The text was updated successfully, but these errors were encountered: