We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a515d75 commit 14eb5e9Copy full SHA for 14eb5e9
packages/react-debug-tools/src/ReactDebugHooks.js
@@ -82,6 +82,8 @@ function getPrimitiveStackCache(): Map<string, Array<any>> {
82
Dispatcher.useImperativeHandle(undefined, () => null);
83
Dispatcher.useDebugValue(null);
84
Dispatcher.useCallback(() => {});
85
+ Dispatcher.useTransition();
86
+ Dispatcher.useSyncExternalStore(() => () => {}, () => null, () => null);
87
Dispatcher.useMemo(() => null);
88
if (typeof Dispatcher.useMemoCache === 'function') {
89
// This type check is for Flow only.
0 commit comments