marchdev-tk / flutter_google_maps

A Flutter plugin for integrating Google Maps in iOS, Android and Web applications. It is a wrapper of google_maps_flutter for Mobile and google_maps for Web.
BSD 3-Clause "New" or "Revised" License
87 stars 57 forks source link

Marker click javascript console error #32

Open bobppsureway opened 4 years ago

bobppsureway commented 4 years ago

Flutter web user. I think this is not a major issue. I searched on web, people say it's because javascript is sensitive. I have no clue why it happens.

Reproduce:

  1. Click on any created marker on the map.
  2. The info window pops correctly.
  3. Inspected webpage. Console window shows error message as follows for every marker clicks.

position5343594-11337941 js_helper.dart:1348 Uncaught TypeError: Cannot read property 'ji' of null at Object.LF (main.dart.js:3482) at google_map.state.dart:153 at a5c.a (async_patch.dart:315) at a5c.$2 (async_patch.dart:340) at a4o.$1 (async_patch.dart:291) at JA.yy (zone.dart:1450) at JA.lK (zone.dart:1449) at a0o.$0 (future_impl.dart:109) at Object.pD (future_impl.dart:725) at N.j5 (future_impl.dart:519)