datepicker
datepicker copied to clipboard
A simple datepicker with Chakra-UI and date-fns
The bug is that the [201c0c9](https://github.com/uselessdev/datepicker/commit/201c0c937d99964adc921362001304b788656b55) commit is not actually reflected in the current version(2.7.0) of the package. This can be easily verified: - Here is the [link](https://www.npmjs.com/package/@uselessdev/datepicker?activeTab=code) to the...
Fixing same issue on "next" branch for 3.0.0-alpha release: Warning: Encountered two children with the same key, `T`. Keys should be unique so that components maintain their identity across updates....
Have a question regarding usage with Chakra UI v3. Before I could use date picker like this: ```ts import { extendTheme } from "@chakra-ui/react" export const theme = extendTheme(CalendarDefaultTheme, {...