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
Could you explain why when a state variable is passed to a child component (as per example code) there is no re-rendering of the child component? Maybe I'm using this incorrectly but this seems the most intutive usage..
what do you mean by "state variable is passed to a child component"?
do you mean $("my-counter").count = 3? in that case, count hasn't been defined on the class as an observed property, so LitElement's lifecycle won't pick up changes.
Hi,
Relates to LitElementHaunted usage.
Could you explain why when a state variable is passed to a child component (as per example code) there is no re-rendering of the child component? Maybe I'm using this incorrectly but this seems the most intutive usage..
The text was updated successfully, but these errors were encountered: