marmelab/react-admin

[Demo] Input fields are broken after switching themes

Opened this issue · 1 comments

smeng9 commented

What you were expecting:

The inputs should not be broken after switching themes

What happened instead:
Screenshot 2024-09-17 at 6 05 29 PM

Steps to reproduce:

Go to
https://marmelab.com/react-admin-demo/#/customers/247

Switch theme from soft to *default, or switch theme from default to soft will trigger the bug.

Related code:

insert short code snippets here

Other information:

Environment

  • React-admin version: latest demo
  • Last version that did not exhibit the issue (if applicable): N/A
  • React version:
  • Browser: Safari 17.5
  • Stack trace (in case of a JS error):

Thanks for the report. This is an issue we've been aware of for quite some time, and I believe the root cause is in MUI itself, as we haven't been able to find the cause in our code.

Can you try and reproduce it with pure MUI, without react-admin?