Skip to content
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 issue where sandbox showed "Connecting.." banner even when connected #1415

Merged
merged 2 commits into from
May 24, 2021

Conversation

OskarDamkjaer
Copy link
Contributor

This is a small PR to prevent the waiting banner from showing even though you're already connected in sandbox. I've added some types and some minor refactoring as well. The problem was not clearing setTimeout properly.

@jexp
Copy link
Member

jexp commented May 20, 2021

Works now for me, no yellow bars anymore.

@jharris4
Copy link
Contributor

@OskarDamkjaer I think we should re-target this to the 4.3-release branch...

@OskarDamkjaer OskarDamkjaer changed the base branch from master to release-4.3.0 May 20, 2021 13:19
@OskarDamkjaer OskarDamkjaer changed the base branch from release-4.3.0 to master May 20, 2021 13:21
@OskarDamkjaer
Copy link
Contributor Author

I'll rebase!

@OskarDamkjaer OskarDamkjaer changed the base branch from master to release-4.3.0 May 20, 2021 13:22
@OskarDamkjaer OskarDamkjaer requested a review from jharris4 May 24, 2021 07:45
@jharris4
Copy link
Contributor

The changes look good to me! I'd just like to be able to reproduce the issue this fixes if possible, so I can verify the fix...

@OskarDamkjaer OskarDamkjaer changed the base branch from release-4.3.0 to master May 24, 2021 15:43
Copy link
Contributor

@jharris4 jharris4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one was impossible to test, but I can see that the change definitely fixes some issues with the initial implementation (missing deps on useEffect hook) so let's merge it!

@OskarDamkjaer OskarDamkjaer merged commit 889aa1a into neo4j:master May 24, 2021
@OskarDamkjaer OskarDamkjaer changed the title Make sure timeout is cleared properly Fix issue where sandbox showed "Connecting.." banner even when connected Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants