We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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/
The text was updated successfully, but these errors were encountered:
This is a React wide issue that they acknowledged and should be fixed in the next few weeks: facebook/react#20831
Sorry, something went wrong.
17.0.2 is out with the fix. (But there was no real problem, it's a false positive.)
Thank you! I verified 17.0.2 resolved the issue. I will push this in the next release.
No branches or pull requests
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/
The text was updated successfully, but these errors were encountered: