Clark
Clark

Reputation: 309

ReactJS exporting to csv library issue

How can i fix this issue?

[snowpack] Failed to load node_modules/react-csv/src/components/Link.js Unexpected token (110:6) in /home/clarkeustaquio/Documents/adec/adec/client/node_modules/react-csv/src/components/Link.js [snowpack] Dependency Install Error: Install failed.

enter image description here

Im using this library: https://www.npmjs.com/package/react-csv

Upvotes: 0

Views: 537

Answers (1)

Jacobo
Jacobo

Reputation: 1391

It seems that is something that some folks have been experienced in https://github.com/react-csv/react-csv/issues/268 So you might try what they did to make it work.

Upvotes: 1

Related Questions