-
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
yarn build:src fails #844
Comments
Did you find a way to fix this (even just temporarily) @gergely-ujvari ? |
I'm running into this as well. It appears that the Google Maps API docs changed formatting. Now details of classes are in their own pages, so |
@thzinc look at our new project, which supports async react, etc. https://github.com/justfly1984/react-google-maps-api |
I'm working on a fix for this in a fork. I'll PR upstream when I've passed a round of reviews by my engineering team. syncromatics#1 @JustFly1984 I'll take a look at your project, but I'm not quite ready to make a wholesale change to a new library. I have a significant codebase that is built around this package. |
@thzinc welcome! Anyway You need to think about new React 16.7 support, when react 16.7 will be out of beta. Current version does not support async react. You can help us out by joining our project as maintainer if you are interested. |
if trying to run
yarn build:src
, it fails, with the following error message:After a little debugging I realized, that what is happenning inside
ClassDefinition.js
that it downloads the html page fromhttps://developers.google.com/maps/documentation/javascript/3.exp/reference
and tries to parse it and fails.This is most probable due to the fact that google changed the structure of that homepage.
Basing the build on an outside html source was never a good way to be reliable.
The text was updated successfully, but these errors were encountered: