Ide browser tool broken on react site testing

Hey, thanks for the report. Issues with the built-in IDE browser are a known problem, the team is aware. Especially with React apps: the browser interacts incorrectly with input fields, forms, and validation (submit stays disabled, state doesn’t update).

Similar: Cursor Browser (Browser Tab) doesn't work well with React Input - same React input issue with the browser tool there.

Could you please share:

  • Screenshot/video of the error when working with React forms
  • Browser console errors (right-click in IDE browser > Inspect > Console)
  • Logs from Help > Toggle Developer Tools > Console
  • What URL you’re opening (localhost:port?)
  • Which specific actions break (submit, onChange, clicks)

Temporary workaround: try opening in external Chrome instead of the built-in panel - check if it reproduces there.

Share the info and I’ll pass it to the team.