-
Goal:
No error messages in console or retool UI -
Steps:
Removed all configuration (columns, event handlers, etc) from the table in question. Searched through the exported source code to find the unexpected)
-
Details:
I have a table that produces the following error in the console:
Unexpected token ')'. Expected a property name after '.'.
When I trigger eg a row action the error is logged multiple times in the console.
No idea when the error was introduced, I just noticed today.
I tried finding the error source, but couldn't identify anything. I removed all columns + other configuration (like event listeners, row actions, etc) from the table. The error persists.
- Screenshots:
- App json export: (here's how to get a json export)
v1Signups (Moved at 2024-07-18 16:04:29.016)-3.json (96.3 KB)
So far it seems everything is working still, but not knowing where this error is coming from is not great.
Any help appreciated!