react-google-maps icon indicating copy to clipboard operation
react-google-maps copied to clipboard

Required props loadingElement or googleMapURL is missing. You need to provide both of them.

Open udemezue01 opened this issue 4 years ago • 2 comments

I get these errors when I get tried using this package in my code.

Required props loadingElement or googleMapURL is missing. You need to provide both of them.

./node_modules/invariant/browser.js:38
Open in Editor
  36 |       var args = [a, b, c, d, e, f];
  37 |       var argIndex = 0;
> 38 |       error = new Error(
  39 |         format.replace(/%s/g, function() { return args[argIndex++]; })
  40 |       );
  41 |       error.name = 'Invariant Violation';


udemezue01 avatar Nov 04 '21 12:11 udemezue01

this repo is unmaintained, please use @react-google-maps/api instead

JustFly1984 avatar Nov 04 '21 12:11 JustFly1984

I used this earlier in a project and it worked

udemezue01 avatar Nov 04 '21 12:11 udemezue01