Need help on how to load Calendar widget from MaterialUI #1109
Unanswered
techwithhuz
asked this question in
Question
Replies: 1 comment 2 replies
-
Unfortunately I don't think ReactPy is able to support
These are some of the reasons why we want to deprecate |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I need some help on how to use Calendar component https://mui.com/x/react-date-pickers/date-picker/ form MaterialUI
Trying with below code
Getting below error on browser
localhost/:1 Uncaught (in promise) TypeError: Failed to resolve module specifier "@mui/material/@mui/x-date-pickers". Relative references must start with either "/", "./", or "../".
Also tried removing importing of "@mui/material"
but still no luck and got below error
Beta Was this translation helpful? Give feedback.
All reactions