File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @alevnyacow/shared-react-variables" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " Easy and comfortable React state manager" ,
55 "main" : " transpiled/index.js" ,
66 "scripts" : {
3838 },
3939 "types" : " transpiled/index.d.ts" ,
4040 "dependencies" : {
41- "@alevnyacow/deep-js-proxy" : " ^1.0.0 " ,
41+ "@alevnyacow/deep-js-proxy" : " ^1.0.1 " ,
4242 "uuid" : " ^8.3.2"
4343 },
4444 "repository" : {
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ class RerenderersList {
66 }
77
88 private addForVariable = ( variableId : string ) => {
9- this . _rerenderersData [ variableId ] = { } ;
9+ this . _rerenderersData [ variableId ] =
10+ this . _rerenderersData [ variableId ] || { } ;
1011 } ;
1112
1213 private existsForVariable = ( variableId : string ) => {
You can’t perform that action at this time.
0 commit comments