CAYdenberg / hypocube

Composable, responsive, React-based data visualization
https://hypocube.livingpixel.io
MIT License
0 stars 1 forks source link

Clip component may be render the same clipPath multiple times #104

Closed CAYdenberg closed 2 years ago

CAYdenberg commented 2 years ago

Problem is that id's are deterministically calculated from the path and so multiple elements with the same id may be rendered to the DOM.

Possible solutions: