Sean Robertson

Results 4 comments of Sean Robertson

Extending the Marker component works in the meantime until the comparison fix is merged: ``` class CustomMarker extends Marker { componentDidUpdate(prevProps) { if( this.props.map !== prevProps.map || this.props.icon.url !== prevProps.icon.url...

To anyone who comes across this bug, here is a patch you can use until things are merged, should stop the constant re-renders: ``` class CustomMarker extends Marker { componentDidUpdate(prevProps)...

+1 This is really needed, still doesn't work in Safari 13

I also had this issue, am using SSLMate cert. My problem was that I had the order wrong when I concatenated. The order should be: ``` cat mydomain.crt mydomain.chain.crt mydomain.key...