The nodeJS "util" dependency seems to trigger a warning when used in lastet Chrome 89 upwards. ``` types.js:333 [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. ./node_modules/util/support/types.js @ types.js:333 15:58:10.529 ``` A fix can look like this (taken from react): https://github.com/facebook/react/pull/20831