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
Hi, great lib. Just wondering why you need to copy children from props to state? With this design, it creates an issue as the children will no longer re-render when their props change.
Hi, great lib. Just wondering why you need to copy children from props to state? With this design, it creates an issue as the children will no longer re-render when their props change.