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
currently the worker dependencies are urls that will be injected through importScripts, since react-scripts still does not support web workers, we could allow to inject functions and objects into the worker
Main thread #36
Inline dependencies
currently the worker dependencies are urls that will be injected through
importScripts
, since react-scripts still does not support web workers, we could allow to inject functions and objects into the workerBefore:
After
The text was updated successfully, but these errors were encountered: