You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The application fails to start due to a module not found error related to the three-render-objects package. The error indicates that the package path ./webgpu is not exported from the three package.
To Reproduce
Steps to reproduce the behavior:
Install the dependencies using npm install.
Start the development server using npm run dev.
Observe the error in the terminal or browser console.
Expected behavior
The application should start without any module not found errors, and the three-render-objects package should work correctly.
Screenshots
Desktop (please complete the following information):
OS: macOS
Browser: Arc
Version: 1.73.0
Additional context
The issue seems to be related to the three package version and its exports field.
The text was updated successfully, but these errors were encountered:
Describe the bug
The application fails to start due to a module not found error related to the
three-render-objects
package. The error indicates that the package path./webgpu
is not exported from thethree
package.To Reproduce
Steps to reproduce the behavior:
npm install
.npm run dev
.Expected behavior
The application should start without any module not found errors, and the
three-render-objects
package should work correctly.Screenshots
Desktop (please complete the following information):
Additional context
The issue seems to be related to the
three
package version and its exports field.The text was updated successfully, but these errors were encountered: