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 319a786 commit 32f2b67Copy full SHA for 32f2b67
compiler/apps/playground/components/Editor/EditorImpl.tsx
@@ -24,7 +24,11 @@ import BabelPluginReactCompiler, {
24
printFunctionWithOutlined,
25
type LoggerEvent,
26
} from 'babel-plugin-react-compiler';
27
-import {useDeferredValue, useMemo} from 'react';
+import {
28
+ useDeferredValue,
29
+ useMemo,
30
+ unstable_ViewTransition as ViewTransition,
31
+} from 'react';
32
import {useStore} from '../StoreContext';
33
import ConfigEditor from './ConfigEditor';
34
import Input from './Input';
0 commit comments