I have a list based on a JS Object. Inside the list i have a another list(nested) in which i am trying to build a dynamic form (a plus button to add new input widget). On the plus button a new item is added to List2 but ui is not getting updated.
I have come across this issue, on further reading on the github issue it appears that its fixed.
Also i cannot (or im not sure how to) use storevalue in this scenario as list2 is based on list1.