fruitbang

Results 28 comments of fruitbang

same problem # System Details Report --- ## Report details - **Date generated:** 2024-05-06 23:00:21 ## Hardware Information: - **Hardware Model:** ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY - **Memory:** 32.0 ...

this issue looks like the same strange behaviour, like in https://github.com/s-yadav/react-number-format/issues/572

i think there is a bug: when i setDate to undefined, value of input component won't clear ![image](https://github.com/aboveyunhai/chakra-dayzed-datepicker/assets/63742304/db45e1d7-684f-4948-97b7-324b8f73bc8d) ![image](https://github.com/aboveyunhai/chakra-dayzed-datepicker/assets/63742304/2c17c7aa-c719-478f-bc36-46e5b21540a0)

I tried to fix it for 6 hours, edited the prettier.config.js, didn't sleep until 4am... Just had to restart vscode ಥ‿ಥ all for this >>> "plugins": ["@trivago/prettier-plugin-sort-imports"]

Perhaps it is possible to compile not only the umd version of the library, but also the es6 version and distribute it from your CDN, so that it would be...

> I believe this is a bug with esm.sh, perhaps they don't properly handle libraries that have multiple entry points. not only esm compiles the code into something non-working, but...

> As I explained, we cannot provide ES6 modules in the CDN, because the browser does not support npm modules. Pardon, maybe I don't understand something, but the browser supports...

i have the same experience