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
- Update React Redux dependency to v9, and update docs to use
.withTypes
by@aryaemami59
in reduxjs/redux-toolkit#4308Full Changelog: https://github.com/reduxjs/redux-toolkit/compare/v2.2.2...v2.2.3
213b5f4
Release 2.2.3cccf40a
Merge pull request #4308
from aryaemami59/TypedUseSelectorHook-to-withTypes5a01e09
remove unnecessary type param63f708f
add custom context test for apiprovider7e854c4
change ApiProvider context argument to match8b5d210
Make parameter of createDispatchWithMiddlewareHookFactory
nullabledff4cd2
Fix nullable react-redux
context references1d8c4b7
Bump react-redux
to 9.1.057ef6ae
Replace all instances of TypedUseSelectorHook
with
.withTypes
1afcdd4
Merge pull request #4286
from CodeByZack/add-missing-quote