I noticed in the file isomorphic/react/core/SC.js the following imports:
Shouldn’t one of these imports be from 'react-dom/client'?
Code:
import ReactDOM from 'react-dom'; import RDClient from 'react-dom';
Comment