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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Cross-chain navigation no longer fires a wrong-chain request on first render. ChainIdUpdater synced its chain prop into the widget's internal chain atom in an effect that lagged the first render, so the DTF and basket updaters briefly queried the default (mainnet) subgraph/price endpoint for a Base/BSC DTF before the prop applied. The chain is now seeded synchronously during render, so the first read already targets the correct chain.
Changed
Upgraded jotai from v1 to v2 (^2.19.1). No changes to the public component API.