Skip to content

v2.6.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 21:45
· 43 commits to main since this release
91dae57

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.