muradsofi
muradsofi
> that is malware to steal your account; do not under any circumstances download or run it. The post needs to be removed. If you have attempted to run it...
@yoonthegoon Just curious, can you try using `useSearchParam` together with the `useLocation` hook? Specifically, in the component where you're calling `useSearchParam`, try calling `useLocation()` *before* it, even if you're not...
> [@yoonthegoon](https://github.com/yoonthegoon) Just curious, can you try using `useSearchParam` together with the `useLocation` hook? > > Specifically, in the component where you're calling `useSearchParam`, try calling `useLocation()` _before_ it, even...
Also (maybe?) if `useTimeoutControlledFn` is introduced, it could be reused internally by both `useTimeoutFn` and `useTimeout` to simplify the implementation and keep things consistent. For example: ```ts // useTimeout.ts import...