Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SharedArrayBuffer error #2

Closed
samer-faour-exa opened this issue Mar 13, 2021 · 3 comments
Closed

SharedArrayBuffer error #2

samer-faour-exa opened this issue Mar 13, 2021 · 3 comments

Comments

@samer-faour-exa
Copy link

SharedArrayBuffer will require cross-origin isolation as of M91, around May 2021. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details.

Stack Trace
static/js/2.807c6d58.chunk.js:63132 (anonymous function)

Line 63132:
typeof SharedArrayBuffer === 'function' ? new SharedArrayBuffer(profilingStateSize * Int32Array.BYTES_PER_ELEMENT) : // $FlowFixMe Flow doesn't know about ArrayBuffer

These show up under Errors here: chrome://extensions/

@jdifeder
Copy link
Owner

This is a React wide issue that they acknowledged and should be fixed in the next few weeks:
facebook/react#20831

@gaearon
Copy link

gaearon commented Mar 22, 2021

17.0.2 is out with the fix. (But there was no real problem, it's a false positive.)

@jdifeder
Copy link
Owner

Thank you! I verified 17.0.2 resolved the issue. I will push this in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants