We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I tried installing luma webGL viewer in React 19 RC.
I got error with npm package:
⨯ node_modules\react-reconciler\cjs\react-reconciler.development.js (498:1) @ $$$reconciler ⨯ TypeError: Cannot read properties of undefined (reading 'ReactCurrentOwner') var StaticMask = LayoutStatic | PassiveStatic | RefStatic; 497 | >498 | var ReactCurrentOwner = ReactSharedInternals.ReactCurrentOwner; ^ 499 | function getNearestMountedFiber(fiber) { ...
What is the solution here? Seems like it's not fixable in this repo? What should I do to avoid this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I tried installing luma webGL viewer in React 19 RC.
I got error with npm package:
What is the solution here? Seems like it's not fixable in this repo? What should I do to avoid this?
The text was updated successfully, but these errors were encountered: