Matt-Esch/virtual-dom

Widget removal always removes last widget

Srinath007sag opened this issue · 1 comments

Hi,
I have a state object which contains an array which is used to show tab view. The array generates an array of widget in the UI. If i close the second element or the first element always the last element is destroyed.

i am not the author, but my guess is that to fix that, they need to add the concept of key - just like in react