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
Bug Description
Switching chains does not work when passing a provider and produces the following error:
Unhandled Runtime Error
Error: The connectors prop passed to Web3ReactProvider must be referentially static. If connectors is changing, try providing a key prop to Web3ReactProvider that changes every time connectors changes.
Steps to Reproduce
Load the Uniswap widget in a React / Next.js app
Pass a provider prop to SwapWidget
Switch the chain in your wallet (e.g. from Goerli testnet to Ethereum mainnet or vice versa)
Additional Context
Using a Next.js app and @uniswap/widgets v2.0.0
Switching chains worked in v1.1.1
The text was updated successfully, but these errors were encountered:
Bug Description
Switching chains does not work when passing a provider and produces the following error:
Steps to Reproduce
SwapWidget
Additional Context
The text was updated successfully, but these errors were encountered: