Skip to content

Commit 6b6ffda

Browse files
committed
Fix import of use-sync-external-store
1 parent 0c54727 commit 6b6ffda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
import React from "react";
99
import jsxRuntime from "react/jsx-runtime";
1010
import jsxRuntimeDev from "react/jsx-dev-runtime";
11-
import { useSyncExternalStore } from "use-sync-external-store/shim";
11+
import { useSyncExternalStore } from "use-sync-external-store/shim/index.js";
1212
import {
1313
signal,
1414
computed,

0 commit comments

Comments
 (0)