Julien
Julien
Hi @curtvict, yes come on 🎉 You also could try [`useIsomorphicLayoutEffect`](https://usehooks-ts.com/react-hook/use-isomorphic-layout-effect) instead of `useEffect`
Hi @Nishchit14, please could you create a minimal reproduction of your problem, by example in a [codesandbox](https://codesandbox.io/).
Hi @valyrie97, thanks for reporting. Yes, if you want to create a PR, it's welcome, else, could you share your current implementation 🙏
Hi guys, thanks for all. I'll merge it now, and plan to add the second version with the Dispatch function as a ref in the v3 because it introduces a...
I can't merge it from here, the repo structure changed since. I'll replicate and mention it.
Hi @curtvict, Yeah, it's a cool idea, I'll be happy to review your PR. What about a signature like this ? ```ts interface UseScriptOptions { shouldLoad?: boolean removeOnUnmount?: boolean }...
Oh damn it, I will check that asap, thanks for the report
Source-map have been removed in [email protected] https://github.com/juliencrn/usehooks-ts/releases/tag/usehooks-ts%402.7.1 Is everything ok?
Hello, yes indeed, you're superfast, it was added yesterday 👏 For now, it's just a private hook, but if you want to create the documentation page, it's welcome
Hello @tilnea, Thanks for your bug report (: It's maybe because of useHooks upgrades to ES module in the `2.2.2`. You can try to delete your `node_modules` and re-install all,...