You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that renderHelpers.js is importing the default ReactDOM from react-dom, but at the time that it accesses ReactDOM.createRoot the warning shows up.
Expected behavior
ReactRailsUJS should be able to render components without triggering any warnings
Actual behavior
Warning is triggered. This isn't a showstopper yet, but will be once React 19 is released, and creates a lot of noise in the JS console.
System configuration
Shakapacker or Sprockets version: we are using vite_ruby 3.2.15