bosonprotocol / widgets

Widgets to interact with Boson Protocol
Apache License 2.0
6 stars 0 forks source link

Disconnect button is failing #84

Closed levalleux-ludo closed 11 months ago

levalleux-ludo commented 1 year ago

After the wallet is connected, I click Disconnect and the following error appears in the logs:

chunk-LAFZBYO7.js:642 Uncaught (in promise) Error: No wagmi config found. Ensure you have set up a config: https://wagmi.sh/react/config
    at hU (chunk-LAFZBYO7.js:642:11)
    at chunk-LAFZBYO7.js:681:19
    at useDisconnect.ts:15:11
    at Object.De (react-dom.production.min.js:54:317)
    at je (react-dom.production.min.js:54:471)
    at react-dom.production.min.js:55:35
    at Br (react-dom.production.min.js:105:68)
    at Lr (react-dom.production.min.js:106:380)
    at react-dom.production.min.js:117:104
    at cu (react-dom.production.min.js:274:42)

image