Core: Enhance the useSelector functionality by adding checks to ensure that both selector and equality functions are valid, improving the reliability of your state selection.
Core: Remove the unused wrapActionCreators function, streamlining the codebase and reducing confusion for developers.
Improvements
Core: Improve performance by preventing unnecessary re-runs of the selector in useSelector, ensuring that your components re-render only when necessary.
Fixes
Fix an issue where the displayName was incorrectly shown in developer tools, enhancing the debugging experience for developers.
Resolve an issue with the example in getting-started.md by removing an unused useState call, making the documentation clearer and more accurate.
Others
Add a direct link to the full code in the 'An Existing React App' chapter of the documentation, making it easier for users to find the complete example.
Remove unnecessary semicolons from the documentation to improve readability and maintainability.