Mohammad Mohammadi

Results 3 comments of Mohammad Mohammadi

Hello Mohammad I had the same problem in our project, you have to use onPropsChange in order to change the time when the state changes. here's a useful [link](https://shahabyazdi.github.io/react-multi-date-picker/fa/events/#onpropschange). An...

Celebrity name Justin Bieber Twitter URL https://twitter.com/justinbieber Instagram URL https://www.instagram.com/justinbieber Category Artist Status --- Status reference URL https://twitter.com/BuzzingPop/status/1574239985951285248/photo/2

This approach worked for me and i didn't had to use this useEffect in my layout: The useEffect: ``` useEffect(() => { NProgress.done(); }, [pathname, searchParams]); ``` The custom hook:...