Closed memoyil closed 1 day ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
web | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 31, 2024 2:24pm |
Latest commit: 05405873a8fa59acea88a10cc52c0e40a1ab1c0f
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
PR-Codex overview
This PR focuses on updating dependencies in various components and hooks to improve the state management and functionality related to voting and network switching.
Detailed summary
Vote.tsx
, addedproposal
andvotes
to the dependency array of theuseEffect
hook.usePCSX.ts
, addedsetX
to the dependency array of theuseEffect
hook.useSwitchNetwork.ts
, changed destructuring ofrouter.query
to omitchainId
with a different variable name.PCSXBanner.tsx
, removedisDesktop
from the destructured values ofuseMatchBreakpoints()
.