react-google-maps
react-google-maps copied to clipboard
Required props loadingElement or googleMapURL is missing. You need to provide both of them.
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';
this repo is unmaintained, please use @react-google-maps/api instead
I used this earlier in a project and it worked