maki

Results 12 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...

or monkey-patch it like this in order to have it working with Nativewind too: ``` if (snapshotContentContainer) { // find the real UIScrollView under this wrapped view: UIScrollView *found =...

As a really slow and dumb bypass, you could serialize the data into JSON, pass the string and unserialize it on the other side. Use this only as a last...

I found out that you can use `Appearance.setColorScheme` from react-native and it'll work