Hi there,
I'm adding a Google maps widget to my project that displays ~100 markers from a collection called "searchResults".
Each document in the collection has a "baseLoc" field that is type LatLng. I've added a screenshot of the configuration below. When I attempt to test my project I receive the following error:
This error does not occur when I try setting just a single marker chosen randomly from the list. The project then compiles and tests perfectly fine:
It's a frustrating error because there is obviously no detail or error message... has anyone experienced a similar problem?