use-between icon indicating copy to clipboard operation
use-between copied to clipboard

Wasn't able to use react router hooks along with that hook

Open Taha-Seddik opened this issue 1 year ago • 2 comments

I was doing some logic that depends on search query

so I did use useLocation inside a hook that will be shared across other hooks

I got this error :

screenshot

Sandbox : https://codesandbox.io/s/react-router-basic-forked-c00hm4?file=/example.js

Taha-Seddik avatar May 23 '23 21:05 Taha-Seddik