Closed BB-19 closed 3 years ago
Similar to #7:
Deleting an item from a list doesn't update the list size, instead makes the deleted item "undefined".
See example: https://codesandbox.io/s/valtio-array-delete-issue-r2dty?file=/src/App.js
nevermind that is default JS behavior :D
Similar to #7:
Observed behavior
Deleting an item from a list doesn't update the list size, instead makes the deleted item "undefined".
See example: https://codesandbox.io/s/valtio-array-delete-issue-r2dty?file=/src/App.js