maki

Results 7 comments of maki

I've got the same problem and it seems it's not affected by the babel configuration inside webpack. I'll keep digging and keep you updated. **Edit**: Oh Okay... didn't get it...

I can confirm this is still an issue.

Would you share more info with us? I also have a typescript project and it works well for me.

## EDIT: It seems my original post have worked until the `display: none` was applied. The calendar widget probably just can't handle that style. So another workaround is to apply...

>... I think most people using this library are going to want some sort of auth around deletes. @ryanto That is out of the scope of this lib, no? Such...

> In NextJS it also could be solved by transpilation: > > ``` > // next.config.js > const nextConfig = { > (...) > transpilePackages: ['react-admin-color-picker'], > } > module.exports...