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 potential flashing bug on map unmount #80

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

Rashmil-1999
Copy link
Contributor

Description

This PR will fix a potential bug that causes the map to flash when it refreshes or unmounts.

What is the current behavior?

Currently, because there is just a single instance of the map, the flashing issue doesn't occur. Still, if in the future, a new map component is to be used, the current version of the map will keep flashing due to improper detachment of the unmounting Map component.

What is the new behavior (if this is a feature change)?

With the new addition of proper detachment of maps at unmount, it will no longer cause other maps to flash.

@Rashmil-1999 Rashmil-1999 requested a review from lmarini February 24, 2023 20:29
@max-zilla
Copy link
Contributor

This is needed for INCORE that completely destroys map sometimes.

@max-zilla max-zilla self-requested a review March 21, 2023 16:19
@Vismayak Vismayak self-requested a review March 21, 2023 20:18
@Vismayak Vismayak merged commit fa1ff68 into develop Mar 21, 2023
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.

3 participants