Currently when a many block has all its items removed and is subsequently serialized it doesn’t render an empty key for the block. My suspicion is that this is because the value is an empty array, and thus while we’re mapping over its contents nothing gets rendered (because there are no contents).
Currently when a many block has all its items removed and is subsequently serialized it doesn’t render an empty key for the block. My suspicion is that this is because the value is an empty array, and thus while we’re mapping over its contents nothing gets rendered (because there are no contents).