LearnNewsExamplesServices
Frontmatter
id4531
titlecomponent.wrapper.GoogleMaps: once the component gets mounted multiple times, markers no longer appear
stateClosed
labels
bugstale
assignees[]
createdAtJul 10, 2023, 3:20 PM
updatedAtSep 13, 2024, 4:29 AM
githubUrlhttps://github.com/neomjs/neo/issues/4531
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 13, 2024, 4:29 AM

component.wrapper.GoogleMaps: once the component gets mounted multiple times, markers no longer appear

Closed v8.1.0 bugstale
tobiu
tobiu commented on Jul 10, 2023, 3:20 PM

in detail: we have onMarkerStoreLoad(), which expects the the map to already be mounted and show the markers.

then there is afterSetMounted() which simply needs a check if the store already has data and if so, re-render the markers once the map is in place.

tobiu added the bug label on Jul 10, 2023, 3:20 PM