I've run the performance check in Chrome's developer tools, under the Lighthouse tab. It recommends me to "Remove unused Javascript" and suggests: …/node_modules/react-dom/cjs/react-dom.development.js would provide a potential saving of 60.7 KiB.
I've tried removing the module entirely, but it breaks my app. There is a dependency on material-UI core files that I have installed.
I've no idea what to do next. Should I leave this and accept that it's a "necessary" bit of wasted code, or is there something else?