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
Migrating my app to NextJS I decided to move from comlink-loader to useWorker counting from the documentation that it had support for local dependencies; but I just found out that it was actually removed few weeks ago.
When can we expect to see this feature back? I really need it otherwise useWorker doesn't do it for me.
The text was updated successfully, but these errors were encountered:
I need localDependency as well. It is currently in the documentation and I was relying on it. Is there any workaround for this ? I'm using create react app, and I do not know the file where the worker will be bundled, and so I'm not able to use remoteDependencies
Migrating my app to NextJS I decided to move from comlink-loader to useWorker counting from the documentation that it had support for local dependencies; but I just found out that it was actually removed few weeks ago.
When can we expect to see this feature back? I really need it otherwise useWorker doesn't do it for me.
The text was updated successfully, but these errors were encountered: