-
Notifications
You must be signed in to change notification settings - Fork 25
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
Wrong typing for useMap props? #51
Comments
we're having the same exact issue |
working on this a bit today, I'll see if I can find and fix this! |
I'm not able to reproduce this. Can you create a breaking example and/or provide more code? |
Hi Chris. Here is a Codepen showing what is happening: link. |
I'm using the
useMap()
hook, and I'm following the sample code from the README to add a default center location. But typescript gives my an error, says I'm missing some props.I guess the props for the useMap hook is not properly defined?
The text was updated successfully, but these errors were encountered: