release notes
release notes
Published 9/3/2020
MinorContains new featuresThis release is mainly for TypeScript users.
State type is stricter.In v3.0.3:

In v3.1.0:

To fix it:

See also:
combine middlewareThis will combine two parts of state into one. The first part is primitive state, and the second part is actions that depend on set.

The resulting type is inferred from the state creator.

release notes
Published 9/3/2020
MinorContains new featuresThis release is mainly for TypeScript users.
State type is stricter.In v3.0.3:

In v3.1.0:

To fix it:

See also:
combine middlewareThis will combine two parts of state into one. The first part is primitive state, and the second part is actions that depend on set.

The resulting type is inferred from the state creator.

🐻 Bear necessities for state management in React