nimi-app / app

Nimi main App repo. Manage your Nimi's!
https://nimi.io
Other
9 stars 2 forks source link

Account Info Modal's State #238

Closed b8zeek closed 1 year ago

b8zeek commented 1 year ago

Description

There's an issue with Account Info modal; it remains opened after you login to the application, disconnect the account and reconnect it again. It is unable to be closed, as well. This is an issue with the persisting state.

How to Reproduce

Follow the next steps:

Here's the video with reproduced issue: https://www.loom.com/share/24693744e958400cb6e0177a986089c4

🍀

wjram2133 commented 1 year ago

just happened on my desktop browser although I don't know how.

Last errors on my log:

Image

Redux doesn't say much:

Image

Mi-Lan commented 1 year ago

This issue is fixed in this pr https://github.com/nimi-app/app/pull/251 :D The issue was that we had multiple instances of header which was handling the state of modal now that we don't issue is not there! Gj @bejzik8

adamazad commented 1 year ago

Closed in https://github.com/nimi-app/app/pull/251

b8zeek commented 1 year ago

Re-openning this issue as this is not fixed.

Mi-Lan commented 1 year ago

https://github.com/wagmi-dev/wagmi/pull/1679 It is a well known issue with wagmi they will include fix in upcoming release! We just have to update wagmi and all is gucci!