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

Depreciation message in chrome #162

Open
BugQualia opened this issue Jul 1, 2021 · 1 comment
Open

Depreciation message in chrome #162

BugQualia opened this issue Jul 1, 2021 · 1 comment

Comments

@BugQualia
Copy link

BugQualia commented Jul 1, 2021

Probably due to react version problem(current version=^16.13.1, problem solved in 17.0.2), the following depreciation warning appears on chrome. Will changing the package.json file resolve the issue or is this problem more complicated?

more information: facebook/react#20829

[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:305
../node_modules/scheduler/cjs/scheduler.development.js @ scheduler.development.js:857
__webpack_require__ @ bootstrap:784
fn @ bootstrap:150
../node_modules/scheduler/index.js @ index.js:6
__webpack_require__ @ bootstrap:784
fn @ bootstrap:150
(anonymous) @ react-dom.development.js:20
../node_modules/react-dom/cjs/react-dom.development.js @ react-dom.development.js:25011
__webpack_require__ @ bootstrap:784
fn @ bootstrap:150
../node_modules/react-dom/index.js @ index.js:37
__webpack_require__ @ bootstrap:784
fn @ bootstrap:150
./src/index.tsx @ index.css?08b9:45
__webpack_require__ @ bootstrap:784
fn @ bootstrap:150
1 @ index.ts:4
__webpack_require__ @ bootstrap:784
checkDeferredModules @ bootstrap:45
webpackJsonpCallback @ bootstrap:32
(anonymous) @ main.chunk.js:1

Also, thanks for your work! I would have wasted a lot of time if it weren't for this project.

@BugQualia BugQualia changed the title Depreciation message due to react version in chrome Depreciation message in chrome Jul 1, 2021
@Buuntu
Copy link
Owner

Buuntu commented Jul 22, 2021

Mind submitting a PR with the latest react version?

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

2 participants