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 a2660b4 commit 0579cfcCopy full SHA for 0579cfc
src/internals/dispatcher.js
@@ -332,6 +332,11 @@ export const Dispatcher = {
332
useTransition,
333
useDeferredValue,
334
useOpaqueIdentifier,
335
+ // aliased for now
336
+ // see: https://github.com/FormidableLabs/react-ssr-prepass/pull/75
337
+ useId: useOpaqueIdentifier,
338
+ unstable_useId: useOpaqueIdentifier,
339
+ unstable_useOpaqueIdentifier: useOpaqueIdentifier,
340
// ignore useLayout effect completely as usage of it will be caught
341
// in a subsequent render pass
342
useLayoutEffect: noop,
0 commit comments