-
Notifications
You must be signed in to change notification settings - Fork 936
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
Showing componentWillMount deprecated warnings . #1002
Comments
this project is unmaintained more than a year, please look at @react-google-maps/api |
Is there a similar React component that is more actively maintained? |
@KevinBurton 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.com/ Also a lot of examples: https://react-google-maps-api-gatsby-demo.netlify.com/ 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/[email protected] Our Spectrum community: https://spectrum.chat/react-google-maps Enjoy! |
Hello! Thanks for those informations @JustFly1984 I already prepared a PR for this: #1028 Many thanks! |
@NitnekB it is not possible to add PR, cos PR could be merged only by owner, who disagreed 2 years ago. Your PR is useless, nobody can't merge it. Consider to switch to my library. |
Good to know, thx! Too bad for this though. Other people will probably make the same mistake.. 😕 Anyway, thank you for your lib 👍 |
How to fix this following warnings. I'm sure we are not using anywhere componentWillMount method in our project.
breadcrumbs.js:76 Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.
npx react-codemod rename-unsafe-lifecycles
in your project source folder.Please update the following components: withGoogleMap(Component)
The text was updated successfully, but these errors were encountered: