Umakant Patil

Results 20 comments of Umakant Patil

I'm getting an error in typescript either ``` src/components/grid/container/container.styles.ts:27:16 - error TS2345: Argument of type '"sm"' is not assignable to parameter of type 'DefaultBreakpointName'. 27 ${breakpoint('sm')` ~~~~ ``` or I...

`Module not found: Can't resolve '@material-ui/icons/Clear'` vs what v5 has `@mui/icons-material/Clear`

Hi @peon501, There are browser specific features. While jSmart is not just for browser, but common JS environments also. They won't be helpful in those environments anyway. We are trying...

What is the reason for having this? we do not want to have extra functions which are not part of smarty. You can use `debug_print_var` modifiers.

yes. There is `minDate` and `maxDate` prop for it.

Use `calendarFocus="backwards"` props, should solve your problem.

Prop: `showPreview` should do this for you.

I added a verbose flag and as I said, it could be Webpack config. I get following details: ``` Loading components: clean-webpack-plugin: pausing due to webpack errors FAIL Failed to...

More info to add. Interestingly `minimize: false` in the config, fixes the problem