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
Allow modifying the Flux interface for stronger typing when accessing stores using dot notation: flux.namespace
Rely on Store's state type for typing information for selectState and useState.
Ideally we would allow custom overriding like we do in the state manager. However, we need to wait for: microsoft/TypeScript#26349 before we can implement it correctly.
Once that is merged in, we can also update our ObjectPropertyType to allow a ReturnType.