mirror of
https://github.com/paperclipai/paperclip
synced 2026-03-25 11:21:48 +00:00
setSearchParams from React Router triggers router state updates that cause the Issues component tree to re-render on each debounced URL update. Switch to window.history.replaceState which updates the URL silently without triggering React Router re-renders. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>