artoo icon indicating copy to clipboard operation
artoo copied to clipboard

artoo.saveCsv function causing TypeError exception

Open kgashok opened this issue 3 years ago • 0 comments

When the artoo.saveCsv function was used:

   artoo-latest.min.js:2 Uncaught TypeError: e.map is not a function
        at artoo-latest.min.js:2
        at Array.map (<anonymous>)
        at Object.r [as csv] (artoo-latest.min.js:2)
        at o.artoo.saveCsv (artoo-latest.min.js:2)
        at <anonymous>:1:7
        

The error is the same when using either latest Chrome version or Firefox version.

kgashok avatar Aug 10 '21 15:08 kgashok