pmndrs / gltfjsx

🎮 Turns GLTFs into JSX components
https://gltf.pmnd.rs
MIT License
4.41k stars 290 forks source link

TypeError: Cannot read properties of null (reading 'getRoot') #228

Open katiasmet-93 opened 8 months ago

katiasmet-93 commented 8 months ago

Hi

After the updates of yesterday, suddenly it is not possible anymore to generate a transformed glb. Is this a bug? I tried with several glbs that worked before.

Screenshot 2023-10-23 at 13 00 38
Joelymodevs commented 8 months ago

Same issue here

katiasmet-93 commented 8 months ago

For people who have this issue, you can work around it by adding a version to the command.

npx gltfjsx@6.2.13
Joelymodevs commented 8 months ago

awesome! Thanks for the quick reply!

tomorrowevening commented 8 months ago

@katiasmet-93 You rock! Thank you!