Skip to content

Commit 97e6486

Browse files
thejustinwalshtrezy
authored andcommitted
Do not use extension on ConcurrentRoot import
This is causing issues with attempting to use the package from skypack
1 parent 3a7efb7 commit 97e6486

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)