Question

Too many warnings in console about outdated ReactDOM.render

  • 13 August 2023
  • 3 replies
  • 16 views

 

Please consider updating to createRoot from React18 :pray


3 replies

Userlevel 5
Badge

Hey @nishugoel! Thanks so much for reaching out!

If you've enabled Console Data Capture, and you're using the browser console yourself, you would see messages attributed to "fs.js". These are being misattributed to fs.js because fs.js wraps the console.log methods and therefore shows up as the initiator. If you were to temporarily block or disable FullStory on your site, it should point to the actual file location in question that is associated with these errors.

You can take a look at this Knowledge Base article here for more info!

Please let me know if you have any other questions!

Ah that well explains, thank you!

Userlevel 5
Badge

Anytime, @nishugoel! 😉

Reply