JustFly1984 / react-google-maps-api

React Google Maps API
MIT License
1.75k stars 421 forks source link

Custom controls #3319

Open matrixmandeep opened 6 months ago

matrixmandeep commented 6 months ago

Issue template

Please do not post unformatted code into issues, and please do not ask questions. Only real issues, PR's or feature requests are allowed. Minimal reproduction in codesandbox.io is required.

Please provide an explanation of the issue

I'm trying to add an custom controls but I'm getting the issues.

Your Environment

os: mac/linux/windows/android/ios

node --version: 18

react version: 18

webpack version

@babel version

@react-google-maps/api version: 2.19.2

How does it behave?

It gives me the error "Module '"@react-google-maps/api"' has no exported member 'Controls'."

How should it behave correctly?

Basic implementation of incorrect behavior in codesandbox.com