Frontmatter
| id | 4531 |
| title | component.wrapper.GoogleMaps: once the component gets mounted multiple times, markers no longer appear |
| state | Closed |
| labels | bugstale |
| assignees | [] |
| createdAt | Jul 10, 2023, 3:20 PM |
| updatedAt | Sep 13, 2024, 4:29 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4531 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 13, 2024, 4:29 AM |
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.