Open
Description
Polyline and Polygons both do not re-render if their props are changed (visibility, color).
Currently, only checks are if the map has changed or if the path is different but other changes to the component props do not trigger a re-render.
Fixed in PR: #341 - Added propsChanged() check that runs through the prev props and existing ones and triggers a re-render if they are different.
Metadata
Metadata
Assignees
Labels
No labels