We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27405d6 + 516965a commit 501ca31Copy full SHA for 501ca31
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