[Typescript] Incorrect children type for CssBaseline and ScopedCssBaseline #19767
Closed
2 tasks done
Labels
component: CssBaseline
The React component
good first issue
Great for first contributions. Enable to learn the contribution process.
typescript
The
children
property is declared asReactElement
and it should be the more generalReactNode
.Current Behavior 😯
This example fails with the current typings. It should work.
Also
PropTypes
in CssBaseline usesnode
.Expected Behavior 🤔
The previous example should pass the typechecking.
Steps to Reproduce 🕹
https://codesandbox.io/s/exciting-bohr-7nceq
Steps:
Context 🔦
I'm trying to create a generic app component that does the setup of MUI theme and styles.
Your Environment 🌎
The text was updated successfully, but these errors were encountered: