Selectors: Enjoy improved stability with a new check that warns you if a selector returns different results when called with the same parameters. This helps ensure your selectors are reliable and consistent.
React Server Components: Experience smoother integration with React Server Components thanks to a new lazy initialization for the ReactReduxContext. This prevents errors related to context usage in server-rendered components.
Improvements
Selectors: Receive helpful warnings when using selectors that return the entire state, guiding you towards better practices in your state management.
Provider Check: Benefit from enhanced error handling when using custom contexts. The system now checks for the Provider even when a custom context is used, ensuring you are always within the correct context.
Fixes
Fix issues with context checks to ensure that hooks are used correctly within a Provider, preventing potential runtime errors.
Others
Update documentation to correct typos and improve clarity, ensuring you have the most accurate information at your fingertips.