Select::isOptionDisabled(): Argument #2 ($label) must be of type string, null given

After upgrading to Filament 3 I am getting this error on some of my resources. I tried to follow the traces but nothing was clear there. Any idea what changed that made my app break?
Solution
Adding ->whereNotNull() to my query fetching the Select option did the trick
Was this page helpful?