I built an app that lists records from a BigQuery table. It works fine, but when I inspect its state I see 5 events, two of them referencing query1. I cannot figure out how to remove those events — Columns, Actions, Add-ons, Event handlers… those events are nowhere to be found in the UI, I can only see them when debugging and when I export the app into JSON.
When I try to delete query1 I get the following warning:
query1 is referenced in 1 place. Are you sure you want to delete it? You will need to manually delete the following JavaScript expression reference: POITable.events
I would love to "manually delete the following JavaScript expression reference" from POITable.events, but I have no idea how/where???
Hi @bugsbunny338 This looks like a bug Thanks for reporting it! I see that the clickAction event types are associated with the Action section specifically. Deleting the action doesn't seem to clear the event from the .events property on the table.
Currently, it looks like the event only gets cleared if you delete the event from the action before deleting the action. Of course, if you've already deleted the action there isnt much you can do It's the same issue if you delete a column that had an event. I'll post back here when we fix this bug!
Hi @spiritualsystems thanks for checking in. It doesn't look like our team has specifically shipped a fix for this, but I am no longer able to reproduce it on newer tables. Hopefully, it's been inadvertently fixed for the table though there could be edge cases that I'm missing. I am still able to reproduce this bug with the linked list
Do you have a component currently impacted by this bug?