Open frozen-giraffe opened 3 years ago
Here's the screenshoot of two infowindows on one marker
As far as I understand, this is due to strict mode
it is because of the strict mode. thanks for the comment @zharikovartem
const nextConfig = { reactStrictMode: true, //set to false };
Two infowindows appear after clicking a marker, the weird thing is sometimes in inspection mode infowindow appear normally.