Popup always open in the marker
问题 is there any way popup always stay open ? Not having the need to click on it to open. Expected behavior https://monosnap.com/file/mPkuSTmPAfwxTxY99YQVA5m96Zolow.png Actual behavior http://take.ms/cUej0 回答1: What you can do is to make your own Marker class from the react-leaflet marker, and then call the leaflet function openPopup() on the leaflet object after it has been mounted. // Create your own class, extending from the Marker class. class ExtendedMarker extends Marker { componentDidMount