We need to update our React entrypoint logic to use `createRoot` instead of `ReactDOM.render` (see screenshot below):  * [Places where we use `ReactDOM.render`](https://github.com/search?q=repo%3AAutomattic%2Fwoocommerce-services%20ReactDOM.render&type=code): `/client/main.js` * Solution inspiration: https://github.com/woocommerce/woocommerce/pull/48831