You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: f.setPosition is not a function error when using @react-google-maps/api package
Description:
I encountered an issue while using the @react-google-maps/api package where I received a f.setPosition is not a function error. This error occurs when I call the setMarkerPosition function to set the position of the marker. Strangely, the error only appears in Sentry, and I couldn't reproduce it locally.
Steps to Reproduce:
Use the setMarkerPosition function to set the marker position:
Issue: f.setPosition is not a function error when using @react-google-maps/api package
Description:
I encountered an issue while using the @react-google-maps/api package where I received a f.setPosition is not a function error. This error occurs when I call the setMarkerPosition function to set the position of the marker. Strangely, the error only appears in Sentry, and I couldn't reproduce it locally.
Steps to Reproduce:
Use the setMarkerPosition function to set the marker position:
Call setMarkerPosition function using placeDetails from placesServices:
Call setMarkerPosition function using the position from the current location button:
setMarkerPosition(position.coords.latitude, position.coords.longitude);
Expected Behavior:
The f.setPosition function should set the position of the marker correctly without any errors.
Actual Behavior:
The f.setPosition is not a function error is logged in Sentry when using the @react-google-maps/api package.
Environment:
Package version: "@react-google-maps/api": "^2.18.1",
Browser/Platform: Chrome Version:113.0.0
Screenshots/Error Logs:
The text was updated successfully, but these errors were encountered: