Skip to content

Conversation

@manjeetsingh0101
Copy link

Type:

The following has been addressed in the PR:

  • There is a related issue?
  • Unit or Functional tests are included in the PR

Description:

@rubenlr
Copy link

rubenlr commented Aug 12, 2024

I need this fix as well. It became impossible to use this library due to the issues it causes because of the git link usage instead of the version.

@manjeetsingh0101
Copy link
Author

I need this fix as well. It became impossible to use this library due to the issues it causes because of the git link usage instead of the version.

you can try this as a temporary fix
npm i react-export-excel-hot-fix

@ontanj
Copy link

ontanj commented Aug 20, 2024

a better temporary fix would be to override the dependency.
using an unfamiliar npm package might introduce security issues.

"overrides": {
  "react-export-excel": {
    "xlsx": "0.18.5"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants