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 sharing profile bug #3818

Merged
merged 2 commits into from
Sep 18, 2023
Merged

Fix sharing profile bug #3818

merged 2 commits into from
Sep 18, 2023

Conversation

yomete
Copy link
Contributor

@yomete yomete commented Sep 15, 2023

This fixes a bug where clicking on the "Copy Link" button in the profile sharing modal refreshes the page and navigates to the homepage (/). The use of the form tag seemed to be the issue here.

This also fixes a bug I noticed where hovering on any part of the icicle graph causes the app to crash instantly, with the error seen in the screenshot below. Looks like the check mappingBuildID === null wasn't enough, changing it to !mappingBuildID worked.
image

@yomete yomete requested a review from a team as a code owner September 15, 2023 12:40
@alwaysmeticulous
Copy link

alwaysmeticulous bot commented Sep 15, 2023

🤖 Meticulous spotted visual differences in 6 of 318 screens tested: view and approve differences detected.

Last updated for commit b986f6f. This comment will update as new commits are pushed.

Copy link
Contributor

@monicawoj monicawoj left a comment

Choose a reason for hiding this comment

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

looks great!

@yomete yomete merged commit 1eeba1a into main Sep 18, 2023
@yomete yomete deleted the share-profile-bug branch September 18, 2023 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants