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
Please check minimal reproduction:
2 components which are parent and child, parent pass props to child.
Child component will not update if the props is not referred in its template.
What is expected?
Child component trigger its updated hook.
What is actually happening?
Child component never trigger its updated hook
mhrlife, justinvoelkel, hamzox, MattCCC, webspeaks and 9 more