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 27405d6 commit 516965aCopy full SHA for 516965a
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