narze opened this issue 3 years ago · 0 comments
Returns the hook itself, so it can be chained indefinitely
Example usage:
const thisHook = useThisHook() const anotherHook = thisHook() const sevenfold = useThisHook()()()()()()() ...