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
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.