Matthias von Bargen
Matthias von Bargen
What version are you trying to use? Could this be related to #332
Hi @sebcrozet thanks for the response, im still seeing an error with the default import ``` import * as RAPIER from '@dimforge/rapier3d-compat' physicsWorld?: RAPIER.World Namespace '"/node_modules/@dimforge/rapier3d-compat/rapier"' has no exported member...
So I've tried switching to esbuild for the server build and also to the `@dimforge/rapier3d` package as suggested on the https://rapier.rs/docs/user_guides/javascript/getting_started_js as Im now using esbuild as bundler. I've also...
For anyone else experiencing the same issue sebcrozet has been kind enough to help on discord so copying the answer here. I fixed it by using https://www.npmjs.com/package/patch-package to patch out...
Currently having the same issue, @thieleju kind of fixes it in converting it but still seeing the error happening.