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
Describe the bug
I'm trying to implement LazyRoutes but I keep getting this error for some reason. I can't really make it 100% deterministic but here I created a demo project where this happens: https://github.com/davidcpp-ython/issue-bevy-with-lazy-routes
Uncaught (in promise) TypeError: Failed to resolve module specifier "__wbindgen_placeholder__". Relative references must start with either "/", "./", or "../".
I also made a Bevy canvas because this is what my real app is using but I encountered this issue without Bevy too!
Next Steps
I will make a PR
I would like to make a PR, but need help getting started
I want someone else to take the time to fix this
This is a low priority for me and is just shared for your information
Additional context
I wouldn't classify this as a bug for now because maybe my canvas should have some tweaks done before, but as I specified, got this error even without Bevy.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I'm trying to implement LazyRoutes but I keep getting this error for some reason. I can't really make it 100% deterministic but here I created a demo project where this happens: https://github.com/davidcpp-ython/issue-bevy-with-lazy-routes
I also made a Bevy canvas because this is what my real app is using but I encountered this issue without Bevy too!
Next Steps
Additional context
I wouldn't classify this as a bug for now because maybe my canvas should have some tweaks done before, but as I specified, got this error even without Bevy.
Beta Was this translation helpful? Give feedback.
All reactions