-
Notifications
You must be signed in to change notification settings - Fork 1
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(pickup): fix map not mounting again after having been unmounted #239
fix(pickup): fix map not mounting again after having been unmounted #239
Conversation
✅ Deploy Preview for myparcel-delivery-options ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Bundle ReportChanges will increase total bundle size by 171 bytes (0.06%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
4bc4edb
to
caa5b5d
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #239 +/- ##
==========================================
+ Coverage 74.36% 74.47% +0.10%
==========================================
Files 341 341
Lines 7326 7330 +4
Branches 605 605
==========================================
+ Hits 5448 5459 +11
+ Misses 1281 1274 -7
Partials 597 597 ☔ View full report in Codecov by Sentry. |
caa5b5d
to
d3a51b1
Compare
d3a51b1
to
10d4925
Compare
10d4925
to
0fb40ca
Compare
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
0fb40ca
to
a41b9ba
Compare
## [@myparcel/delivery-options-v6.2.3](v6.2.2...v6.2.3) (2024-09-19) ### 🐛 Bug Fixes * **pickup:** fix map not mounting again after having been unmounted ([#239](#239)) ([e810b8e](e810b8e))
🎉 This issue has been resolved in version @myparcel/delivery-options-v6.2.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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