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
SharedArrayBuffer is not in scope.
You can fix this by moving that line ^ inside the function isSharedArrayBuffer, so it doesn't get called unless someone calls the function.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Use @decorators/bind in a browser bundle
Run in a modern browser with setting cross-domain headers
I'm using npm and nextjs
Expected behavior
Not throw
Screenshots
The error is coming from @type/is
SharedArrayBuffer is not in scope.
You can fix this by moving that line ^ inside the function isSharedArrayBuffer, so it doesn't get called unless someone calls the function.
The text was updated successfully, but these errors were encountered: