Skip to content

Commit f786053

Browse files
Fix typo in useSyncExternalStore main entry point error (#24631)
1 parent 1bed207 commit f786053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/use-sync-external-store/src/useSyncExternalStore.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (__DEV__) {
2222
'it only works with React 18+.' +
2323
'\n\n' +
2424
'If you wish to support React 16 and 17, import from ' +
25-
"'use-sync-external-store/shim' instead. It will fall back to a shimmed" +
25+
"'use-sync-external-store/shim' instead. It will fall back to a shimmed " +
2626
'implementation when the native one is not available.' +
2727
'\n\n' +
2828
"If you only support React 18+, you can import directly from 'react'.",

0 commit comments

Comments
 (0)