Open sdevore opened 1 week ago
Hey @sdevore can you please provide a minimal reproduction? You can use https://vite.new/vue
@HusamElbashir I am working on making a project that reproduces it. The bigger project I have there is one case where it does work on build and the other it does not. Which is frustrating me ;) The issue is related to differences between what happens when npm run dev
and npm run build
so an online repro probably won't work to show the problem. I am working on making a test case for you.
Is there a a reason that CustomMarkers would stop showing when doing a build vs running in dev mode.
I have a number of custom markers in templates that when added to a map like
where the region marker is structured like this
it looks in the dom like the custom markers are sitting in the dom but don't get
attached
to the map? is this a known issue that I need to redesign for?