react-googlemaps icon indicating copy to clipboard operation
react-googlemaps copied to clipboard

Warning when using google.maps.MVCArray in Polyline path

Open ehgoodenough opened this issue 9 years ago • 0 comments

The MVCArray totally works when it renders, but it just pops up an annoying warning to the console. And more importantly, it lets me add LatLngs to the MVCArray async'ly.

Warning: Invalid prop `path` of type `object` supplied to `Polyline`, expected `array`. Check the render method of `ReactFrag`.

This is an issue of the frag being too tight in PropTypes?

ehgoodenough avatar Mar 09 '15 21:03 ehgoodenough