coston / json-to-csv-export

A function to easily generate csv downloads of your json data. ✨
https://json-to-csv-export.coston.io
MIT License
84 stars 24 forks source link

Reading undefined "reduced" #35

Closed Rickyv92 closed 2 years ago

Rickyv92 commented 2 years ago

`<q-btn outline class="q-ma-sm" color="primary" label="Export to CSV" @click="csvDownload(usersPermissionsFlat)" :data="result.data" filename="users.csv" />

import csvDownload from 'json-to-csv-export'

return { csvDownload }`

Error comes up saying reading undefined "reduce" at Proxy.csvDownload2 (index.js:14:41)

not sure how to solve the issue.