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 f852225 commit 46391fbCopy full SHA for 46391fb
packages/react-router/lib/components.tsx
@@ -77,8 +77,8 @@ import { warnOnce } from "./server-runtime/warnings";
77
import type { unstable_ClientInstrumentation } from "./router/instrumentation";
78
79
/**
80
- * Webpack can fail to compile on against react versions without this export -
81
- * it complains that `startTransition` doesn't exist in `React`.
+ * Webpack can fail to compile against react versions without this export -
+ * it complains that `useOptimistic` doesn't exist in `React`.
82
*
83
* Using the string constant directly at runtime fixes the webpack build issue
84
* but can result in terser stripping the actual call at minification time.
0 commit comments