We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should try to follow the effort in Kibana to upgrade Redux to use the latest @reduxjs/toolkit version with the modern simplified redux syntax.
@reduxjs/toolkit
redux
redux:v.4.2.1
createStore
configureStore
createSlice
connect
The text was updated successfully, but these errors were encountered:
react@^18
walterra
No branches or pull requests
We should try to follow the effort in Kibana to upgrade Redux to use the latest
@reduxjs/toolkit
version with the modern simplified redux syntax.Tasks
redux
and related packages to the same versions used in Kibana (redux:v.4.2.1
)chore(deps): minor redux related package upgrades #2607
createStore
->configureStore
chore(deps): migrate to use redux-toolkit #2609
createSlice
chore(deps): migrate to use redux-toolkit #2609
connect
to HooksSanitize redux state #2078
The text was updated successfully, but these errors were encountered: