react-csv-downloader icon indicating copy to clipboard operation
react-csv-downloader copied to clipboard

React csv downloader

Results 12 react-csv-downloader issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/chai](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | [`4.3.1` -> `4.3.3`](https://renovatebot.com/diffs/npm/@types%2fchai/4.3.1/4.3.3) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fchai/4.3.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

hi, I'm getting this warning: WARNING in ./node_modules/react-csv-downloader/dist/esm/index.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from 'node_modules/react-csv-downloader/src/index.tsx' file: Error: ENOENT: no such file or directory, open 'node_modules/react-csv-downloader/src/index.tsx' it's...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://togithub.com/github/codeql-action) | action | major | `v1` -> `v2` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v2` -> `v3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | circleci/node | docker | major | `16` -> `17` | ---...

String Value of Object with ',' for example, {"address": "14,Second Street ,Suite 700 San Jose, CA"} Each word before the following ',' in the string is also separated into different...

I'm passing the data to the CsvDownloader component through an async function that fetches the data remotely. However, if I got an error from the server while fetching the data,...

Hi I have tried several ways to download csv file on iPhone or iPad chrome, but it is only showed comma separated text values(Not downloading file) I tested on Safari...

it would be nice to have a way to handle errors when datas is a promise that gets rejected. Currently if there's nothing resolved, there's an error caused by trying...