File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "@ice/store" : " ^1.3.0 " ,
6
+ "@ice/store" : " ^1.3.3 " ,
7
7
"react" : " ^16.8.6" ,
8
8
"react-dom" : " ^16.8.6"
9
9
},
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "@ice/store" : " ^1.3.0 " ,
6
+ "@ice/store" : " ^1.3.3 " ,
7
7
"lodash" : " ^4.17.15" ,
8
8
"react" : " ^16.8.6" ,
9
9
"react-dom" : " ^16.8.6"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ice/store" ,
3
- "version" : " 1.3.2 " ,
3
+ "version" : " 1.3.3 " ,
4
4
"description" : " Simple and friendly state for React" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export default (): T.Plugin => {
53
53
return store . getState ( ) [ name ] ;
54
54
}
55
55
function getModelDispatchers ( name : string ) {
56
- return store . dispatch ( ) [ name ] ;
56
+ return store . dispatch [ name ] ;
57
57
}
58
58
function withModel ( name : string , mapModelToProps ?) {
59
59
mapModelToProps = ( mapModelToProps || ( ( model ) => ( { [ name ] : model } ) ) ) ;
You can’t perform that action at this time.
0 commit comments