When cloning this repo according to the instructions and wiring it up to my simple list of posts, I noticed the cursor flickering when I navigated to the blog page and the browser would freeze. Turns out an infinite redirect was happening. This PR addresses that by only navigating when the search params have actually changed.
When cloning this repo according to the instructions and wiring it up to my simple list of posts, I noticed the cursor flickering when I navigated to the blog page and the browser would freeze. Turns out an infinite redirect was happening. This PR addresses that by only navigating when the search params have actually changed.