We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bed207 commit f786053Copy full SHA for f786053
packages/use-sync-external-store/src/useSyncExternalStore.js
@@ -22,7 +22,7 @@ if (__DEV__) {
22
'it only works with React 18+.' +
23
'\n\n' +
24
'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" +
+ "'use-sync-external-store/shim' instead. It will fall back to a shimmed " +
26
'implementation when the native one is not available.' +
27
28
"If you only support React 18+, you can import directly from 'react'.",
0 commit comments