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
{{ message }}
This repository was archived by the owner on Dec 1, 2021. It is now read-only.
It seems there are path issues on Codesandbox, where it is trying to load the workers from absolute paths, that are being returned by Codesandbox as html response types, rather than the worker js code itself.
It seems there are path issues on Codesandbox, where it is trying to load the workers from absolute paths, that are being returned by Codesandbox as html response types, rather than the worker js code itself.
Not sure what the best solution is here, might need to look at https://github.com/dai-shi/react-worker-components and see whether it works with Codesandbox.
Edit:
Need to look at use-cannon, they have their worker imported directly from the file, is that supported by their build process, or would that work here?