David Burles
David Burles
Hey @vhuerta @foysalit this seems like a bug, happy to take a look if you can provide a simple reproduction app. See: https://github.com/meteor/meteor/wiki/Contributing-to-Meteor#reporting-a-bug-in-meteor
I should have some time over the next couple days to take a look into things.
I've just created a super basic app, but I can't reproduce the bug. Find it here: https://github.com/dburles/map-bug-58. @boogieprod and @vhuerta perhaps look over this code to see where you might...
Hey @boogieprod your issue is with the use of the momentum package, try remove the momentum block helper (surrounding `yield`) in `master_layout.html`. I believe the issue is related in that...
Hmm not really sure without digging into it a bit more. Perhaps you could add the `percolate:momentum-iron-router` package to https://github.com/dburles/map-bug-58 as a simplified reproduction and open a bug report over...
:) Good luck
Hey @mattiemoon have you tried this example app https://github.com/dburles/map-bug-58 maybe comparing it with your app may help you track down the source of the problem
@krishaamer try this working example it may help you track down the issue in your own app https://github.com/dburles/map-bug-58
I think this is an issue with loading the library within Meteor.startup. Is that how you're loading the library? If so, try place GoogleMaps.load within a template onRendered instead.
Great! I might leave this open incase others run into the same problem. Seems a bit strange, I'd definitely like to find the underlying cause.