how to modify query params without unmount page component and without reload?
Unanswered
Somali posted this in #help-forum
SomaliOP
I use framer-motion with AnimatePresence at the layout level for page transitions. However, when I modify the URL query parameters in my filter, this triggers the AnimatePresence, causing all pages to use the fade animation.
this happend cuz router.push.query unmount my page. how i can escape this?
this happend cuz router.push.query unmount my page. how i can escape this?