-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: refreshing when connected to multiple namespaces only reconnects active namespace #3440
base: main
Are you sure you want to change the base?
Conversation
…t into fix/multichain-reconnect
🦋 Changeset detectedLatest commit: 4897b16 The changes in this PR will be included in the next version bump. This PR includes changesets to release 18 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tomiir We're missing unit tests for the scaffold-ui
package. We should assert the UI changes with their respective methods (getLabel
, getSubLabel
etc)
@lukaisailovic tested this and all other behaviors on pages I modified, think this is the approach we should take from now on to complete the testing coverage. Like any file touched requires a complete testing file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome😍
Description
Currently if user is connected to multiple namespaces and refreshes the page, only the last connected connection is re-initialized.
Type of change
Associated Issues
Closes APKT-1593
Checklist