-
Notifications
You must be signed in to change notification settings - Fork 935
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
Error on onRadiusChanged in Circle component #328
Comments
Could you check if this still exists for 6.0.0? 6.0.0 is released on npm beta tag now. See the changelog here. We also have a new demo page. Feel free to try it: |
Please refer to Getting Help section in the README (or #469). |
@crisys11 Did you solve this problem? I just need to get the new radius and center of a editable circle, after the user changed him, and i can't find a way. Is there any example in documentation? I didnt understand what is different in Released (6.0.0):
|
@matheuspalmeir This library is unmaintained more than a year, please refer to new npm @react-google-maps/api We have docs, examples and community at spectrum. |
onRadiusChanged it's not triggering can anyone help me out |
@naveensomanna The repo of this project is unmaintained more than a year, and we had build new version https://www.npmjs.com/package/@react-google-maps/api We had rewrite it to TypeScript, and updating it frequently: https://github.com/JustFly1984/react-google-maps-api/tree/master/packages/react-google-maps-api You can see our docs: https://react-google-maps-api-docs.netlify.app Also a lot of examples: https://react-google-maps-api-gatsby-demo.netlify.app/ https://github.com/JustFly1984/react-google-maps-api/tree/master/packages/react-google-maps-api-gatsby-example/src/examples The bundle size is much smaller: https://bundlephobia.com/result?p=@react-google-maps/api Our Spectrum community: https://spectrum.chat/react-google-maps Our Slack channel: https://join.slack.com/t/react-google-maps-api/shared_invite/enQtODc5ODU1NTY5MzQ4LTBiNTYzZmY1YmVjYzJhZThkMGU0YzUwZjJkNGJmYjk4YjQyYjZhMDk2YThlZGEzNDc0M2RhNjBmMWE4ZTJiMjQ Enjoy! |
When set onRadiusChanged attribute in Circle component google maps throw an exception
Uncaught TypeError: Cannot read property 'apply' of undefined
The text was updated successfully, but these errors were encountered: