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 have multiple models paths in an array, and when i try to load them in a cycle, it only load one, it seems a race condition with dracoLoadernot being an async function.
Wrapping the dracoLoader in an async function seems to solve the problem, i'll provide a pr as soon as possibile.
Describe the bug
I have multiple models paths in an array, and when i try to load them in a cycle, it only load one, it seems a race condition with
dracoLoader
not being an async function.Wrapping the
dracoLoader
in an async function seems to solve the problem, i'll provide a pr as soon as possibile.Reproduction
https://stackblitz.com/edit/nuxt-starter-zbayq9?file=app.vue
Steps to reproduce
No response
System Info
No response
Used Package Manager
npm
Code of Conduct
The text was updated successfully, but these errors were encountered: