Replies: 8 comments 2 replies
|
We haven't changed any depedencies lately. If you can narrow it down, happy to see how we can solve it. |
0 replies
|
It’s odd. I see the dep in node_modules. Perhaps it’s a pnpm issue. I’ve seen this with some packages, depending on the module style used. I’ll try to repro with npm first. |
0 replies
|
I'm facing the same issue. Have you managed to resolve it? If so, how'd you fix it? @joprice |
1 reply
|
Same here. Doing results in the same error: Running the basic ReaGraph example I get: |
0 replies
|
I get the same issue: Dependencies:
|
0 replies
|
This seems to happen only with SSR? It worked with React Router ssr: false. It does not work with ssr: true |
1 reply
|
I fixed it |
0 replies
|
I'm also experiencing this issue but when trying to run tests in Jest. Perhaps there's a way to mock out reagraph in tests that I'm missing? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm getting the error
when importing reagraph. Has something change in the camera-controls dependency or could this some issue on my side?
All reactions