Skip to content

Bug: Scheduler - SharedArrayBuffer deprected #21042

New issue

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

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

Already on GitHub? # to your account

Closed
rmkanda opened this issue Mar 20, 2021 · 3 comments
Closed

Bug: Scheduler - SharedArrayBuffer deprected #21042

rmkanda opened this issue Mar 20, 2021 · 3 comments
Labels
Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug

Comments

@rmkanda
Copy link

rmkanda commented Mar 20, 2021

React version: 17.0.1

Steps To Reproduce

  1. Use latest react and check chrome console

Issue

[Deprecation] 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.

scheduler.development.js:298 [Deprecation] 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.
(anonymous) @ scheduler.development.js:298
./node_modules/scheduler/cjs/scheduler.development.js @ scheduler.development.js:843
__webpack_require__ @ bootstrap:24
fn @ hot module replacement:61
./node_modules/scheduler/index.js @ index.js:6
__webpack_require__ @ bootstrap:24
fn @ hot module replacement:61
(anonymous) @ react-dom.development.js:18
./node_modules/react-dom/cjs/react-dom.development.js @ react-dom.development.js:26261
__webpack_require__ @ bootstrap:24
fn @ hot module replacement:61
./node_modules/react-dom/index.js @ index.js:37
__webpack_require__ @ bootstrap:24
fn @ hot module replacement:61
./src/app.jsx @ main.f06688de3ff4e6385b93.js:12
__webpack_require__ @ bootstrap:24
__webpack_exec__ @ main.f06688de3ff4e6385b93.js:1490
(anonymous) @ main.f06688de3ff4e6385b93.js:1491
__webpack_require__.O @ chunk loaded:25
(anonymous) @ main.f06688de3ff4e6385b93.js:1492
webpackJsonpCallback @ jsonp chunk loading:522
(anonymous) @ main.f06688de3ff4e6385b93.js:1
log.js:24 [HMR] Waiting for update signal from WDS...
@rmkanda rmkanda added the Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug label Mar 20, 2021
@AlexandreBourdeaudhui
Copy link

Same as #20829 ? 🧐

@gaearon
Copy link
Collaborator

gaearon commented Mar 20, 2021

Yes, this is a duplicate.

@gaearon gaearon closed this as completed Mar 20, 2021
@gaearon
Copy link
Collaborator

gaearon commented Mar 22, 2021

React 17.0.2 was released with removed dependency on SharedArrayBuffer so this should be resolved.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug
Projects
None yet
Development

No branches or pull requests

3 participants