mariusandra / pigeon-maps

ReactJS Maps without external dependencies
https://pigeon-maps.js.org/
MIT License
3.45k stars 143 forks source link

Update Marker.tsx to fix SSR issues #170

Closed Neophen closed 1 year ago

Neophen commented 2 years ago

From what I understand SSR will filter out empty style properties, causing a mismatch between server and client. Hence adding a default filter: none fixes the issue.