You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sankey): use readonly array types in props (#2701)
The component actually clones data that it mutates, and only iterate over the other arrays, so
making them readonly is restricting the props types without any change.
0 commit comments