File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 102
102
"react-test-renderer" : " 17.0.2" ,
103
103
"shelljs" : " 0.8.4"
104
104
},
105
- "bugs" : " https://github.com/teafuljs/teaful/issues"
105
+ "bugs" : " https://github.com/teafuljs/teaful/issues" ,
106
+ "dependencies" : {
107
+ "use-sync-external-store" : " ^1.2.0"
108
+ }
106
109
}
Original file line number Diff line number Diff line change 1
1
import { useEffect , useReducer , createElement } from 'react' ;
2
+ import { useSyncExternalStore } from 'use-sync-external-store/shim' ;
2
3
3
4
let MODE_GET = 1 ;
4
5
let MODE_USE = 2 ;
Original file line number Diff line number Diff line change @@ -5586,6 +5586,11 @@ uri-js@^4.2.2:
5586
5586
dependencies :
5587
5587
punycode "^2.1.0"
5588
5588
5589
+ use-sync-external-store@^1.2.0 :
5590
+ version "1.2.0"
5591
+ resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a"
5592
+ integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==
5593
+
5589
5594
util-deprecate@^1.0.2 :
5590
5595
version "1.0.2"
5591
5596
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
You can’t perform that action at this time.
0 commit comments