[Bug] map
prop shouldn't be valid in prop-types extending the google.maps.*
types.
#284
Labels
map
prop shouldn't be valid in prop-types extending the google.maps.*
types.
#284
Description
Where present, the map option can be passed to google maps API objects to instantly add it to the specified map. This collides with our internal system to add/remove elements to/from the map and shouldn't be allowed.
Check all PropTypes extending
google.maps.*
(Marker, AdvancedMarker, InfoWindow, ...) and addOmit<T, "map">
to the declaration.Steps to Reproduce
no
Environment
Logs
No response
The text was updated successfully, but these errors were encountered: