-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pickup): fix map not mounting again after having been unmounted
Fixes an issue where the map would not work again after removal. Updates the `usePickupLocationsMap`-composable to use a global state where possible and not use memoization to achieve the same. Additionally fixes an issue where the map could be panned before being fully loaded. Fixes: INT-641
- Loading branch information
Showing
2 changed files
with
63 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters