You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Next.js is deployed in Netlify, the page is updated when Search Params is updated by router.replace. This causes the lazy load component and useEffect to be recalculated and the display to be corrupted.
The text was updated successfully, but these errors were encountered:
When Next.js is deployed in Netlify, the page is updated when Search Params is updated by
router.replace
. This causes the lazy load component anduseEffect
to be recalculated and the display to be corrupted.The text was updated successfully, but these errors were encountered: