We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7efb7 commit 97e6486Copy full SHA for 97e6486
src/core/createRoot.tsx
@@ -1,7 +1,7 @@
1
import { Application } from 'pixi.js';
2
import { type ApplicationOptions } from 'pixi.js';
3
import { type ReactNode } from 'react';
4
-import { ConcurrentRoot } from 'react-reconciler/constants.js';
+import { ConcurrentRoot } from 'react-reconciler/constants';
5
import { ContextProvider } from '../components/Context';
6
import { isReadOnlyProperty } from '../helpers/isReadOnlyProperty';
7
import { log } from '../helpers/log';
0 commit comments