Skip to content

Commit

Permalink
Fix typo in useSyncExternalStore main entry point error (#24631)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed May 27, 2022
1 parent 1bed207 commit f786053
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (__DEV__) {
'it only works with React 18+.' +
'\n\n' +
'If you wish to support React 16 and 17, import from ' +
"'use-sync-external-store/shim' instead. It will fall back to a shimmed" +
"'use-sync-external-store/shim' instead. It will fall back to a shimmed " +
'implementation when the native one is not available.' +
'\n\n' +
"If you only support React 18+, you can import directly from 'react'.",
Expand Down

0 comments on commit f786053

Please sign in to comment.