-
Notifications
You must be signed in to change notification settings - Fork 88
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
Property 'radius' does not exist on type 'SuperClusterViewportOptions' #803
Comments
If you would like to upvote the priority of this issue, please comment below or react on the original post above with 👍 so we can see what is popular when we triage.@djbanana1 Thank you for opening this issue. 🙏
This is an automated message, feel free to ignore. |
I have the same problem 😢 |
The problem is still relevant. |
The same problem |
Meant to resolve issues googlemaps#724, googlemaps#803
I had the same issue and solved it by executing the following command: npm i --save-dev @types/supercluster @types/google.maps If you're using Angular, you may also need to add this to the value of the "angularCompilerOptions": {
...
"allowSyntheticDefaultImports": true
...
} |
This worked for me! |
Steps to reproduce
Problem
After serving the project, we are getting this error:
Using this version:
Works without creating an error
The text was updated successfully, but these errors were encountered: