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
How do we want to receive current and previous values, particularly for the initial call if onChange is fired immediately.
Should we offer an alterate equality comparison?
If so should the API work more like hook dependencies (compute a hash for direct comparison) or more like memoize-one's equality comparator (implement a function that receives two arguments and tells you if they're the same)?
Should there be an additional interface to this utility baked into the middle-end's startup, or will these always be setup by hand in the initializer?
No description provided.
The text was updated successfully, but these errors were encountered: