79292715

Date: 2024-12-18 22:57:44
Score: 1.5
Natty:
Report link

Yes, I managed to fix it by changing the API version. I'm using the loader in React, and now my code looks like this:

const { isLoaded } = useJsApiLoader({
  googleMapsApiKey: process.env.REACT_APP_GOOGLE_MAPS_API_KEY,
  version: "3.58",
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: CreazyBoyxD