I've added a select field that is dynamically populated, which has to be done in a custom component. So the select options is an empty array.
This instantly crashes the collections list page because, I'm assuming, something is trying to read the options. disableListFilter does not help.
Is there a better way around this than adding an unused option?