Open
Description
Describe the bug
Array-type props like ['value1', 'value2'] are converted to the string 'value1,value2' when their value is modified via updateBlock and the block is then moved.
They should normally retain the array format.
Here is a video demonstration of the issue:
bug-array.mp4
To Reproduce
- Change the value of a prop via updateBlock
- Move this block after another block
- The array-type prop is now in string format