AXeL
AXeL
Here is a quick solution: - Create a file in the root of your project & name it `react-nice-dates.d.ts`. - Put the following types declarations inside it: ``` declare module...
> Hey just wondering what this PR is waiting for? Thanks It looks like this repo is not active currently. As a workaround you can install this [patched version](https://www.npmjs.com/package/@axel-dev/react-nice-dates).
> Hey @AXeL-dev, i tried installing the patched version and it gives me this error :@axel-dev/react-nice-dates.d.ts is not a module . Did you keep both modules? 'cause i see in...
> I have the same problem than @ZilRahman :( > > I have this issue `/node_modules/@axel-dev/react-nice-dates/index.d.ts' is not a module` when I import like this `import { DateRangePickerCalendar, DateRangePickerCalendarProps, DateChangeCallBack,...
@danieltoro, the types declarations issue was fixed in version `3.1.2`. Simply update the library using: ``` npm i @axel-dev/react-nice-dates@latest ```
Until the PR #71 get merged, you can try using: `npm i @axel-dev/react-nice-dates date-fns --save`.
I've managed to fix my issue, here is the [fixed version](https://codesandbox.io/s/dnd-kit-detachable-component-fixed-wvp98?file=/src/App.tsx) if anyone is looking for it, still i'm not sure if this is the best way to handle a...
> Yea, I've actually thought about adding the ability to "reset" the sort on the 3rd click. My only hesitation was that UX-wise there does not seem to be a...
Pull request created: https://github.com/themyth92/ngx-lightbox/pull/136 .
Hey Dhiraj, I'm doing well, thanks for asking, i hope you're good as well. > However, one thing I found missing was pagination in the list view screens of both...