tomchentw / react-google-maps

React.js Google Maps integration component
https://tomchentw.github.io/react-google-maps/
MIT License
4.62k stars 939 forks source link

fix: Use React.createElement instead of deprecated createFactory #1086

Closed ismailcherri closed 1 year ago

ismailcherri commented 2 years ago

I'm using this package with React 17, and I'm getting warnings related to the usage of createFactory since it was deprecated in React 16.13.0

This PR fixes the issue by creating a helper method that wraps the functionality of createElement under createFactory