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
refactor(overmind-react): use useRef for storing componentId and tracking tree
To avoid storing the tracking tree in an object an updating that object by creating a new object
every mutation (even in production) use useForceRerender to just toggle a boolean.
0 commit comments