-
Notifications
You must be signed in to change notification settings - Fork 92
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
[uni fix] connect and switch network (network selector) #406
Conversation
CLA Assistant Lite All Contributors have signed the CLA. |
|
Hey @W3stside , great job! I have found several nitpicks and tricky issues, but let me know please if I need to report a separate issue for them:
Thanks! |
@@ -89,9 +88,6 @@ function createRedirectExternal(url: string) { | |||
const Loading = <LoadingWrapper>Loading...</LoadingWrapper> | |||
|
|||
export default function App() { | |||
// Dealing with empty URL queryParameters | |||
useFilterEmptyQueryParams() |
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.
Wouldn't it break anything else in the app?
I mean, it must have had a reason to be added, right?
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.
nyehhh
Co-authored-by: Leandro Boscariol <[email protected]>
One thing that this PR is breaking is the ability to switch networks without being connected, which was possible before. |
Merging this. We now have #412 and should keep it in mind |
Summary
This is a 3FER!
Closes #340, closes #352, and closes #341 + 2 minor other broken things
Testing