Array loses entries

In order to get rid of widget 4, you’d need to explicitly remove that index.

image

If you don’t, and the array is not accessed anywhere else, chances are you’ve run into an unorthodox bug no one has ever heard about. It’s definitely not impossible.

If you ever figure out what is causing it, do tell!


For now, perhaps make a new array variable and see if the issue still manifests.