refactor: remove immutable from medias state slice (#4740)

This commit is contained in:
Vladislav Shkodin
2020-12-23 13:53:50 +02:00
committed by GitHub
parent 04bc8ee74c
commit f60c2871d3
7 changed files with 144 additions and 87 deletions

View File

@ -86,6 +86,7 @@
"react-immutable-proptypes": "^2.1.0"
},
"devDependencies": {
"@types/redux-mock-store": "^1.0.2",
"redux-mock-store": "^1.5.3"
}
}