When using a dynamic RStyle with a render prop in React 18 in development mode, there is a warning in the console:
Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17.