Intercepting Modal Cause Jump To Bottom Of Page

2 Replies
thevalorised
thevalorised2y ago
Router may be causing a reload. Try shallow routing. Syntax should be
router.push("link", undefined, {shallow: true})
router.push("link", undefined, {shallow: true})
Luc Ledo
Luc LedoOP2y ago
Didn't work, I think it just a bug. Literally tried everything

Did you find this page helpful?