Skip to content

Commit

Permalink
fix effect dep
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Dec 20, 2024
1 parent a3bc7cc commit 88fe0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/registry/list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function RegistryList({ packages, checksum, timestamp, version }:
},
)
},
[router],
[router, pathname, searchParams],
)

useVimSearchKeybind(searchRef)
Expand Down

0 comments on commit 88fe0fb

Please sign in to comment.