Skip to content

Bump @reduxjs/toolkit from 2.2.2 to 2.2.3

Dependabot requested to merge dependabot-npm_and_yarn-reduxjs-toolkit-2.2.3 into master

Bumps @reduxjs/toolkit from 2.2.2 to 2.2.3.

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.2.3

This minor release fixes the types for functions that accept a React Context instance to match the changes in React Redux v9.

What's Changed

Full Changelog: https://github.com/reduxjs/redux-toolkit/compare/v2.2.2...v2.2.3

Commits
  • 213b5f4 Release 2.2.3
  • cccf40a Merge pull request #4308 from aryaemami59/TypedUseSelectorHook-to-withTypes
  • 5a01e09 remove unnecessary type param
  • 63f708f add custom context test for apiprovider
  • 7e854c4 change ApiProvider context argument to match
  • 8b5d210 Make parameter of createDispatchWithMiddlewareHookFactory nullable
  • dff4cd2 Fix nullable react-redux context references
  • 1d8c4b7 Bump react-redux to 9.1.0
  • 57ef6ae Replace all instances of TypedUseSelectorHook with .withTypes
  • 1afcdd4 Merge pull request #4286 from CodeByZack/add-missing-quote
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports