We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8a592 commit a1a4d3dCopy full SHA for a1a4d3d
packages/react/src/hooks/useSyncExternalStore.ts
@@ -1,5 +1,5 @@
1
import * as React from 'react'
2
-import * as UseSyncExternalStoreShim from 'use-sync-external-store/shim'
+import * as UseSyncExternalStoreShim from 'use-sync-external-store/shim/index.js'
3
4
// useSyncExternalStore doesn't exist in React 17, so shim it if necessary
5
const useSyncExternalStore =
0 commit comments