marmelab / react-admin

A frontend Framework for single-page applications on top of REST/GraphQL APIs, using TypeScript, React and Material Design
http://marmelab.com/react-admin
MIT License
24.99k stars 5.25k forks source link

[Demo] Input fields are broken after switching themes #10219

Closed smeng9 closed 1 month ago

smeng9 commented 1 month ago

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

fzaninotto commented 1 month ago

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?