react-leaflet-pixi-overlay icon indicating copy to clipboard operation
react-leaflet-pixi-overlay copied to clipboard

Popup does not show.

Open hadson172 opened this issue 3 years ago • 4 comments

My setup: react: 17.0.2 react-leaflet: 3.2.5 react-leaflet-pixi-overlay: 3.0.0 Browser: firefox


  const markers = data.map(item=> ({
    id: item._id,
    iconColor: "red",
    position: [item.latitude, item.longitude],
    popup: "Test",
    onClick: () => {
     
    },
    tooltip: renderToString(<ItemComponent item={item}/>),
  }))

When i am hovering over marker data the tooltip is correctly displayed. When i click on the marker nothing happens. (I would expect to see popup).

hadson172 avatar Feb 20 '22 12:02 hadson172

Hi, I believe it was just fixed in the newest version. Cheers for raising the issue.

knapcio avatar May 07 '22 04:05 knapcio

@knapcio Does not work

hadson172 avatar May 19 '22 19:05 hadson172

Opening the popup still doesn't work

Luiz91ta avatar Jan 02 '23 09:01 Luiz91ta

Same problem here

SteinerPascal avatar Jan 13 '23 08:01 SteinerPascal