-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
New issue
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
(r158 nodes) Webpack error in ModelNode #27076
Comments
Does this persist if you remove |
We are having the same problem in an Angular app when going from 157 to 158
|
Removing |
Related PR #26881. |
What version of Webpack are you using? |
|
Webpack 5.86 |
vite/4.4.7 win32-x64 node-v16.18.0 |
@CodyJasonBennett: Actually, I was wrong about it (it was still using a cached version in my test before): |
Could one of the Webpack users also report this issue to the Webpack repository? It seems it is not clear yet why the build-tool is failing in |
I added the following Webpack rule to address this issue:
|
I'm having the same issue with vite |
We are experiencing this issue as well. Spent about 2 days now trying to get past it. We are using ts and vite. When I import MeshPhysicalNodeMaterial from "three/examples/jsm/nodes/materials/MeshPhysicalNodeMaterial"; we get the error index.js:5273 Uncaught (in promise) TypeError: We(...).label is not a function for |
Description
I tried to upgrade from r155 to r158 to check the latest improvements of the node system however webpack throws an error on start up. (I use Next.js)
It seems to be related to the
temp
function called in accessors/ModelNode.jsReproduction steps
Code
Live example
None
Screenshots
No response
Version
r158
Device
No response
Browser
No response
OS
No response
The text was updated successfully, but these errors were encountered: