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
When removing an item from an array (by deleting the key), the ui updates visually and looks as if the item is removed. However, in the data the array contains a hidden null entry, eg: [1, 2, 3, null]
When removing an item from an array (by deleting the key), the ui updates visually and looks as if the item is removed. However, in the data the array contains a hidden null entry, eg:
[1, 2, 3, null]