Mirus

Results 4 issues of Mirus

I checked this combination of packages without the tiptap-solid library and it's worked, so I guess the problem in the package. I can provide additional information if needed Can be...

# Contribution is welcome ### Why? Everything started [here](https://github.com/Hacker0x01/react-datepicker/pull/4592) from the willing to merge a separate package with the corresponding type definitions into this repo. The idea is great, but...

Typescript

**Is your feature request related to a problem? Please describe.** When you work with the range datepicker and your ranges are more than a month, the price of a mistake...

Hello I have this set of props for the Grid ```tsx trailingRowOptions={{ hint: "Add..", sticky: true, tint: true, }} freezeTrailingRows={data.length > 0 ? 1 : 0} getRowThemeOverride={(rowI) => { if...