Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
udemezue01 opened this issue Nov 4, 2021 · 2 comments

Comments

@udemezue01
Copy link

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';


@JustFly1984
Copy link

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

@udemezue01
Copy link
Author

I used this earlier in a project and it worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants