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
When the function passed via the `worker` prop is an arrow function
than we can't construct instances of it with the `new` keyword.
The problem probably went unnoticed because in many implementations
arrow functions are transpiled to regular functions.
Issue: #197
0 commit comments