File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "private" : true ,
55 "dependencies" : {
6- "@ice/store" : " ^1.3.0 " ,
6+ "@ice/store" : " ^1.3.3 " ,
77 "react" : " ^16.8.6" ,
88 "react-dom" : " ^16.8.6"
99 },
Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "private" : true ,
55 "dependencies" : {
6- "@ice/store" : " ^1.3.0 " ,
6+ "@ice/store" : " ^1.3.3 " ,
77 "lodash" : " ^4.17.15" ,
88 "react" : " ^16.8.6" ,
99 "react-dom" : " ^16.8.6"
Original file line number Diff line number Diff line change 11{
22 "name" : " @ice/store" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 1.3.3 " ,
44 "description" : " Simple and friendly state for React" ,
55 "main" : " lib/index.js" ,
66 "files" : [
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export default (): T.Plugin => {
5353 return store . getState ( ) [ name ] ;
5454 }
5555 function getModelDispatchers ( name : string ) {
56- return store . dispatch ( ) [ name ] ;
56+ return store . dispatch [ name ] ;
5757 }
5858 function withModel ( name : string , mapModelToProps ?) {
5959 mapModelToProps = ( mapModelToProps || ( ( model ) => ( { [ name ] : model } ) ) ) ;
You can’t perform that action at this time.
0 commit comments