We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I copy all the code you give, but "Uncaught ReferenceError: this._mapComponent is not defined" appear, can u tell me where's the _mapComponent?
The text was updated successfully, but these errors were encountered:
In my project I have something like the following to access the map component.
const Map = React.createClass({ handleMapMounted(map) { this._map = map; }, render() { const GoogleMapComponent = withGoogleMap(props => ( <GoogleMap> // other props </GoogleMap> )); return ( <GoogleMapComponent // other props onMapMounted={this.handleMapMounted} /> ) } });
Does that answer your question? (I'm a user not a contributor)
Sorry, something went wrong.
Please refer to Getting Help section in the README (or #469).
No branches or pull requests
I copy all the code you give, but "Uncaught ReferenceError: this._mapComponent is not defined" appear, can u tell me where's the _mapComponent?
The text was updated successfully, but these errors were encountered: