Client side component not being refreshed navigating between dynamic and standard route
Unanswered
Kurilian Bobtail posted this in #help-forum
Kurilian BobtailOP
I've attached my two page routes. When i navigate from the dynamic route back to my standard route the client side component does not update and the old ui from the dynamic route is still shown.
I've tried with
I've tried with
router.refresh(); router.push() and with a <Link> component and both produce the same behaviour. What am i doing wrong?