When instrumenting code for Cypress e2e code coverage using the vite-istanbul-plugin, the instrumentation code is appearing at the start of the label for the column headings which use the lambda syntax to create the label when the code is ran in 'preview' mode.
I think this is occurring due to the nameof function from ts-simple-nameof however this will require some more investigation around a fix.

