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
actions object in the action thunk is now officially deprecated (was already soft deprecated by not appearing in types and docs) and will now log a warning if accessed.
New features
createActionsHook API to create stateless hooks that expose only actions
createStateHook API to create actionless hooks that expose only state
Bug fixes
reduce scheduled timeout (when batchUpdate is enabled) to ensure snappier experiences