Open xtools-at opened 2 years ago
If this is caused by a clash of dependencies, could you resolve it by using yarn's package.json's "resolutions" field? I'll look into what is happening, but this may make it usable in the interim.
Looks very likely based on https://github.com/reduxjs/react-redux/issues/1489#issuecomment-570726987. I'll make redux and react-redux peer deps.
Bug Description Hi, I'm trying to implement the Swap widget into my next.js app (next@12, react@17, react-redux@7, redux @4) and connecting to it from MetaMask. I'm passing down the injected MetaMask provider and a public rpc url as props, but it throwas an error:
pointing to
<Updater>
and<Swap>
components.I've double-checked the props I'm passing, they look fine to me. This looks somewhat like a clash of dependencies to me, maybe as I'm using redux in the project already? Could anyone help me here? Much appreciated!