File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-hands" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " React's Own Hands Touching State The Easiest Way!" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"module" : " ./dist/index.mjs" ,
Original file line number Diff line number Diff line change 1
- // React State
1
+ // React Hands
2
2
// All exportable tpypes have naming convention $typeName
3
3
import * as React from 'react' ;
4
4
@@ -34,7 +34,7 @@ export function reactState(
34
34
} else {
35
35
// handle error then return state as is -- line 1.0
36
36
console . log (
37
- `React State : Your probably passed a different reference to dispatch, "${ action . type } " should match the same state name referenced in state!`
37
+ `Bad Hands : Your probably passed a different reference to dispatch, "${ action . type } " should match the same state name referenced in state!`
38
38
) ;
39
39
return state ;
40
40
}
@@ -94,7 +94,7 @@ export function reactState(
94
94
// tell user to wrap their app in store provider
95
95
if ( context === undefined ) {
96
96
throw new Error (
97
- 'React State : Your top level component or app must be wrapped within the StoreProvider!'
97
+ 'Bad Hands : Your top level component or app must be wrapped within the StoreProvider!'
98
98
) ;
99
99
}
100
100
You can’t perform that action at this time.
0 commit comments