NOT DUPLICATE BECAUSE: Because I am specifically using the "google-map-react" npm package to handle the Google Maps API I don't believe this is a duplicate question. This is more a question about the "google-map-react" package than the Google Maps API.
The Problem:
The GoogleMapReact component (from the "google-map-react" npm package) is incorrectly detecting the location of click events for some reason. Specifically its "onClick" event object has incorrect lat/lng values. The coordinates are always shifted to the South East (or bottom right) and the error magnitude seems to be related to zoom level... ie. when zoomed out far the error in the lat/lng is many hundreds of kilometers, and reduces as the map is zoomed in. Another way of looking at it is that the coordinates are always shifted on screen by the same x and y pixel amounts.
Note about potential solutions:
I do not know much about the Google Maps API that this package is accessing behind the scenes, and I would prefer a solution that uses the "google-map-react" package so that I can maintain that layer of abstraction over the base Google Maps API.
Context:
I'm using "google-map-react" version 2.1.3.