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 I use { showDefaults: false }, arrive at a URL without search parameters, and then navigate using a standard HTML link (e.g., <a href="?pageNum=2">2</a>), the value in params.pageNum is not updated.
When the search parameter is preset on page load, it works.
When the search parameters are changed by updating params.pageNum, it works.