Skip to content

Commit 79728e1

Browse files
authored
Merge pull request #617 from pixijs/fix/revert-react-reconciler-import
fix: revert import change for react-reconciler/constants
2 parents 413d1d9 + fc2681a commit 79728e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/createRoot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Application } from 'pixi.js';
22
import { type ApplicationOptions } from 'pixi.js';
33
import { type ReactNode } from 'react';
4-
import { ConcurrentRoot } from 'react-reconciler/constants';
4+
import { ConcurrentRoot } from 'react-reconciler/constants.js';
55
import { ContextProvider } from '../components/Context';
66
import { isReadOnlyProperty } from '../helpers/isReadOnlyProperty';
77
import { log } from '../helpers/log';

0 commit comments

Comments
 (0)