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
I don't see why not! I've heard that you can just call setIt with no parameters, and it will always cause a re-renders (no shallow comparisons for updating), but I haven't had time to test that.
also the stuff to prevent integer overflow in the current implementation is probably unnecessary. If your app rerendered 60x per second it would take 4760 years to overflow.
wouldn't this work just as well? none of the
max
nonsense.The text was updated successfully, but these errors were encountered: