David
David
✅ All the boxes have been ticked - the project with all its components are now migrated to React 19. Did as much testing locally, but I did not find...
Fixes should be applied to both TS files of the component. (CSS & Tailwind files)
Thanks for pointing it out, wasn't able to review on time but I quickly fixed it and and did some other minor tweaks to move things along faster, will close...
Hi @francoisdillinger , I forgot to mention this, sorry! Of course the installed version of react-haiku won't include the new hooks since the version that would contain them has not...
@francoisdillinger if you tried to use "useRef" directly through an import, eg: `import { useRef} from 'react`, that won't work due to the way the Docusaurus project is structured at...
@francoisdillinger if you go with the centered container make sure to label it as "viewport" since the hook has no support for targeting containers, but the simplest way would be...
hi @ma22-maker only mention is that useBoolToggle is documented under "useToggle" since they are very similar in what they do - https://www.reacthaiku.dev/docs/hooks/useToggle#usage I will handle some of the other docs...
Added documentation for missing features here: https://github.com/DavidHDev/react-haiku/commit/481f057fe1c1d3a04e45dafc9f4f065dcd159380 Covered: - useCookie() - useCookieListner() - useInterval() - useNetwork() - useTabNotification() - useOrientation() What's left: - useMutation()
Hey @tevass, sorry for the months late reply! Sure, go for it if you still want to, if not, let me know so I can close the issue