Skip to content

Commit 501ca31

Browse files
authored
Merge pull request #576 from pixijs/jw/fix-react-reconciler-import
Do not use extension on ConcurrentRoot import
2 parents 27405d6 + 516965a commit 501ca31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/createRoot.tsx

+1-1
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.js';
4+
import { ConcurrentRoot } from 'react-reconciler/constants';
55
import { ContextProvider } from '../components/Context';
66
import { isReadOnlyProperty } from '../helpers/isReadOnlyProperty';
77
import { log } from '../helpers/log';

0 commit comments

Comments
 (0)