Closed oliviertassinari closed 2 years ago
I think this is a regression, and probably the same root cause as https://github.com/mui/mui-toolpad/issues/753
This is the offending line: https://github.com/mui/mui-toolpad/blob/8df09f1537faf9f4b698e033e33f90987cb3cca7/packages/toolpad-app/src/runtime/ToolpadApp.tsx#L445
overwriting the defaults with undefined
. Introduced in https://github.com/mui/mui-toolpad/pull/696. Working on a fix.
Duplicates
Latest version
Current behavior 😯
What's displayed should match with the props
Expected behavior 🤔
It doesn't match.
Steps to reproduce 🕹
Steps:
Context 🔦
I first tried to click on the "Text"
area to type my text. When I realized that it would not work, I searched for where "Text" was displayed. And because I couldn't find it, I started to try the different prop to see which one would update the content of the Typography.