Intercepting Modal Cause Jump To Bottom Of Page

2 Replies
thevalorised
thevalorised12mo 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})
Apestein
Apestein11mo ago
Didn't work, I think it just a bug. Literally tried everything