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
Google Chrome Version 90.0.4400.8 (Official Build) dev (64-bit)
What operating system are you using?
Windows 10
How are you deploying your application?
npm run dev (npx next dev)
Describe the Bug
I get this warning in the console:
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.
Expected Behavior
No warnings in the console
To Reproduce
Run npm run dev or npx next dev in the terminal in a Next.js project.