Compatibility with tomchentw/react-google-maps (and more generally)
See original GitHub issueHi,
I was wondering what’s the compatibility level like. I am using preact-compat
and was expecting a drop-in compatibility.
But it doesn’t seem to be the case. For example https://github.com/tomchentw/react-google-maps doesn’t work with preact.
I’m using the following versions:
"preact": "^6.4.0",
"preact-compat": "^3.9.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"webpack": "^1.13.3",
So I like the idea of getting a huge file decrease for free, but is it for free?
I hope I don’t sound judgmental, I obviously respect (a lot) the work put into such a library.
Cheers, Ben
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How To Render A Map Component Using 'react-google-maps'
I was working on a React project that needed Google Maps integration but found out quickly that basic DOM manipulation on a map...
Read more >react routing is able to handle different url path but tomcat ...
When I run this in webpack dev server every thing works fine. For instance when I use http://localhost:3003/test/ bridge.js is loaded and if...
Read more >Compare Apache Tomcat and Google Maps API - G2
Compare Tomcat and Google Maps API head-to-head across pricing, user satisfaction, and features, using data from actual users.
Read more >Top 5 Map Libraries for React in 2021 - Bits and Pieces
Supports integrations with major base map providers, including Mapbox, Google Maps, and more. Cons. Heavy memory demand from clients' machines ...
Read more >How to use Google Maps Iframe in your React app | Codementor
This is my bite-sized tutorial on React and Google Maps.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing as this is fixed in 7. Feel free to re-open if you think I’m crazy! 👍
This should be fixed in version 7, which you can install via
npm i -S preact@beta
.