Skip to content

Commit 516965a

Browse files
Do not use extension on ConcurrentRoot import
This is causing issues with attempting to use the package from skypack
1 parent 27405d6 commit 516965a

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.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)