changing route with useNavigate() causes onMount() of the child route to be fired twice
Hey, i have a problem that i cant wrap my mind. When i load my Route in a new window/tab or with F5 the onMount() function of one of my children is only fired one. But when i use useNavigate(), then onMount() gets fired twice. Why could that be?
I am working on replicating the bug.
I am working on replicating the bug.
