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
This code renders fine first time but if I click the button, the greeting state is changed, the component re-renders but the child component, <hello-child>, loses its data and props.
Hi @mardix - nice library. I really like the API.
I've been playing around with it though and I can't get nested components to work correctly.
Can you see if I'm doing something incorrectly?
This code renders fine first time but if I click the button, the
greeting
state is changed, the component re-renders but the child component,<hello-child>
, loses its data and props.You can see it here
Anyone have any suggestions?
The text was updated successfully, but these errors were encountered: