If editing any elements with an ArrayComponent property, once the Property pane has been exited, on reenter all the options dissapear. This is due to the options not being mapped correctly. As seen in the screenshots of the console logs. The issue is likely in the handleOptionChange function within ArrayComponent.
If editing any elements with an ArrayComponent property, once the Property pane has been exited, on reenter all the options dissapear. This is due to the options not being mapped correctly. As seen in the screenshots of the console logs. The issue is likely in the handleOptionChange function within ArrayComponent.
Before pane was exited:
After pane is re-entered
Current ArrayComponent function