You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue.
Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.
Note
@ablagoev How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey.
Steps to reproduce
Link to live example: https://github.com/ablagoev/pigment-css-grid-size-prop
Steps:
Current behavior
An error message is displayed in the error console about an invalid value used for the size prop of the Grid
Expected behavior
No errors in the dev console
Context
The js prop type does not allow strings, which are needed to support the "grow" and "auto" values, which are present in the typescript typings.
The prop type in the javascript typings is as follows (source):
while the typescript types are (source):
The error displayed in the browser console is as follows:
Your environment
npx @mui/envinfo
Search keywords: grid size prop grow auto
The text was updated successfully, but these errors were encountered: