Skip to content

Commit

Permalink
Replace createStore by configureStore (#2028)
Browse files Browse the repository at this point in the history
* fix(subapp-redux): replace deprecated createstore to configurestore

* fix: ci check

---------

Co-authored-by: shubham2811 <[email protected]>
  • Loading branch information
shubham2811 and shubham2811 authored Oct 21, 2024
1 parent a81c71d commit de291d7
Show file tree
Hide file tree
Showing 13 changed files with 1,815 additions and 397 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "subapp-redux",
"comment": "replace createStore of redux by configureStore of @reduxjs/toolkit",
"type": "major"
}
],
"packageName": "subapp-redux"
}
Loading

0 comments on commit de291d7

Please sign in to comment.