react-export-excel
react-export-excel copied to clipboard
Fixed SheetJs XLSX package version issue
Type:
The following has been addressed in the PR:
- There is a related issue?
- Unit or Functional tests are included in the PR
Description:
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.
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
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"
}
}