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
State contract pattern simplified: removed APP_STATE_KEYS entirely — injectAppState now derives keys from APP_INITIAL_STATE via Object.keys() automatically. Adding a new state key only requires changes in two places: the AppState interface and APP_INITIAL_STATE.
APP_INITIAL_STATE now uses satisfies AppState instead of an explicit type annotation