scheduler.development.js:298 [Deprecation] SharedArrayBuffer will require cross-origin isolation as of M91, around May 2021.
react 版本: 17.0.1
Dan Abramov 说这是个无关紧要的 message(“But there was no real problem, it’s a false positive."),但最终还是在 react 17.0.02 修复了,所以解决的办法就是更新 react 以及 react-dom:
yarn upgrade react --latest
yarn upgrade react-dom --latest