jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.66k stars 818 forks source link

Identifier "val" has already been declared #1659

Closed BrandonDR closed 7 months ago

BrandonDR commented 7 months ago

image

Getting this Vite / Rollup build error when I upgraded to vite v5.

Looks like there is a duplicate var defined in the scope here

BrandonDR commented 7 months ago

I can't find any reference to setLabel in this repository's source code, maybe this is in an upstream dependency?

BrandonDR commented 7 months ago

https://github.com/rollup/rollup/issues/5259

Found the issue is caused by the rollup build process