Need help on how to load Calendar widget from MaterialUI #1109
-
|
Hello, Trying with below code Getting below error on browser Also tried removing importing of "@mui/material" but still no luck and got below error |
Beta Was this translation helpful? Give feedback.
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.
Unfortunately I don't think ReactPy is able to support
DatePickerviamodule_from_template- there are two reasons for this:LocalizationProviderand ReactPy has limited support for nesting JS componentsLocalizationProviderrequires a JSdateAdapterand all props to JS component must be JSON serializable. So even if we could allow the JS components to be nested this would be a blocker.These are some of the reasons why we want to deprecate
module_from_template- its uses are pretty limited.