File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
packages/use-sync-external-store Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " use-sync-external-store" ,
3
3
"description" : " Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks." ,
4
4
"version" : " 1.5.0" ,
5
+ "exports" : {
6
+ "." : " ./index.js" ,
7
+ "./with-selector" : " ./with-selector.js" ,
8
+ "./with-selector.js" : " ./with-selector.js" ,
9
+ "./shim" : {
10
+ "react-native" : " ./shim/index.native.js" ,
11
+ "default" : " ./shim/index.js"
12
+ },
13
+ "./shim/index.js" : " ./shim/index.js" ,
14
+ "./shim/index.native" : " ./shim/index.native.js" ,
15
+ "./shim/index.native.js" : " ./shim/index.native.js" ,
16
+ "./shim/with-selector" : " ./shim/with-selector.js" ,
17
+ "./shim/with-selector.js" : " ./shim/with-selector.js" ,
18
+ "./package.json" : " ./package.json" ,
19
+ "./src/*" : " ./src/*.js"
20
+ },
5
21
"repository" : {
6
22
"type" : " git" ,
7
23
"url" : " https://github.com/facebook/react.git" ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments