I have found myself somehow unable to make any changes to a table's event handlers without wiping out all event handlers on that table's columns and row actions
I happened to notice an "incomplete selection" on the table's event handlers, like so:
If I make changes to either of those two, even just as simple as deleting either of them, or trying to complete the incomplete entry, all the event handlers on columns in the table stop working, and all the row actions stop working too – because all the event handlers created for them literally disappear. Over a dozen of them. Yikes!
Before getting deep in the details on this, I'm mostly curious if anyone has encountered this kind of thing before?
This issue is actually much worse than originally stated –
If I make modifications to the event handlers on any table in the (multi-page) app, it "disappears" all the existing event handlers on the columns and row actions for that table.
Even just adding a simple "Click Row - confetti" event handler to any table in the app nukes all the existing event handlers on the columns and row actions for that table.
Sorry to hear it's affecting you as well, but at the same time, I'm also glad I'm not the only one. I've already expended too much time on this, most of which was simply trying to deduce what was causing all my events to stop working. I even rolled back to a previous release hoping that might fix it (it didn't). I'm trying to refine some existing functionality, and add more too, and this bug is effectively preventing that from happening.