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
New to this...
I am trying to use this in my React app but it is not working
Here is the related code:
import {SnazzyInfoWindow} from 'snazzy-info-window; //inside my render <InfoWindow marker={this.state.activeMarker} visible={this.state.showingInfoWindow} onClose={this.onClose} > <div> <h5>{this.state.selectedPlace.name}</h5> <p>{this.state.selectedPlace.address}</p> <p>{this.state.selectedPlace.busy}</p> </div> </InfoWindow>
It isn't working but I'm not sure how else to do it. Any help is greatly appreciated
The text was updated successfully, but these errors were encountered:
No branches or pull requests
New to this...
I am trying to use this in my React app but it is not working
Here is the related code:
It isn't working but I'm not sure how else to do it. Any help is greatly appreciated
The text was updated successfully, but these errors were encountered: