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
Same problem here and I found it was because react strict mode: https://react.dev/reference/react/StrictMode
It would execute the effect twice which is not allowed for web worker. So you could try to remove the React.StrictMode wrapper from your root component.
Hi, i am using useWorker to render list of array of object in useEffect
it is giving me this error and i am not able to retrieve my list , i want data to be rendered soln not try catch thanks
Unknown promise rejection reason
at handleError
The text was updated successfully, but these errors were encountered: