Daniele Lubrano
Daniele Lubrano
A simple Typescript for Swipe component As far as I can see, it should be able to accept any valid React Children Repro case [HERE](https://stackblitz.com/edit/react-ts-rlp8eu?file=App.tsx)
Hello there! The following PR includes some initial implementations in order to build some momentum for #175 It also implements a fix for the bug about the recursiveCheckDocSchema failing on...
In my specific error case, the cause was something related to the class GoBooDo constructor called method `resethead` trying to set the future used request headers `Cookie` after making a...
First of all, thanks for your wonderful library! It's been inspiring to take a look inside this lib as much as attending your amazing speeches back in Verona @ JSDay...
This PR adds some externally exposed types that may be useful using the library Eg: FocusNodeProps['onSelected'] when using `useCallback`
Using this library with Typescript, taking advantage of the wrapper element inside the `FocusNode`s currently triggers type errors when using `HTMLElement` props Ex (As per docs, using motion.div as custom...