Is it possible to create an new Mount to enable React Strict Mode? Thank you. --- I got warned by React DevTools that the component is not running in Strict Mode.  To run the component in Strict Mode, we can just wrap them with `StrictMode` component prior to rendering. Ref: https://react.dev/reference/react/StrictMode