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
I don't know the actual cause, but I am using vite FWIW.
import Ammo from "ammojs-typed";
loadAmmo = Ammo(Ammo);
ammo.js:978 Uncaught TypeError: Cannot set properties of undefined (setting 'Ammo')
at ammo.js:978:325
Workaround:
import Ammo from "ammojs-typed";
loadAmmo = Ammo.bind(Ammo)(Ammo);
(success)
I'm getting a similar error to before. Any ideas on how to solve this one?
Uncaught TypeError: Cannot read properties of undefined (reading 'emscripten_bind_btTransform_btTransform_0')
I'm getting a similar error to before. Any ideas on how to solve this one? Uncaught TypeError: Cannot read properties of undefined (reading 'emscripten_bind_btTransform_btTransform_0')
I also encountered the same problem, have you solved it?
I don't know the actual cause, but I am using vite FWIW.
Workaround:
Here's my tsconfig:
and selected dep versions:
The text was updated successfully, but these errors were encountered: