If I click the "reload" button the table will (re)display but the hidden row actions remain inaccessible.
I'm quite certain this is not due to anything I broke in the application because if I move an action from the "Overflow row actions" group to the always visible group the button works when clicked.
This is a super bad bug as most of my functionality is in the hidden groups. And I know for sure this was working fine yesterday. And I want to give a demo tomorrow(!)
Hey @Roland_Alden - it looks like this might have something to do with colors and theming, which seems odd. Are you able to send me a quick JSON export of your app that includes hard-coded query data?
I've managed to reproduce this and will try to track down the breaking change. In the meantime, you should be able to fix it by ensuring that none of the action labels evaluate to null.
Great. Definitely that was the first thing I looked into and none of them do. Like I said, if I move them all into the non-overflow block they all look normal and work normally. So I don't think that's likely the issue.
When the label evaluates to null, it only hits this particular error boundary when the action is in the overflow. I don't see an obvious reason for this but will dig into it a bit more tomorrow. Hopefully you're unblocked for the time being!