react-csv-importer
react-csv-importer copied to clipboard
[Bug] Safari Cannot Handle Large CSVs
Hey @unframework,
It's me again with another ticket!
In Safari, if a CSV is above 15-18k rows the page crashes and refreshes. This can be replicated on any of the test apps that you're running with any basic 1 column CSV with 20k rows of data.
This does not seem to be happening in Chrome or Brave.
I don't know the underlying libraries well enough to debug it so just reporting.
Any ideas?
Thanks for the report Jesse, I will try to replicate. This is on a MacOS Safari, right? (as opposed to e.g. iOS or something)
Correcto!
Get Outlook for iOShttps://aka.ms/o0ukef
From: Nick Matantsev @.> Sent: Saturday, July 24, 2021 1:50:19 AM To: beamworks/react-csv-importer @.> Cc: Jesse Thomas Hanley @.>; Author @.> Subject: Re: [beamworks/react-csv-importer] [Bug] Safari Cannot Handle Large CSVs (#42)
Thanks for the report Jesse, I will try to replicate. This is on a MacOS Safari, right? (as opposed to e.g. iOS or something)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/beamworks/react-csv-importer/issues/42#issuecomment-885768387, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABP6PU65GNRZ7VJG3I5NXB3TZGMUXANCNFSM5AXBQSKA.
also having this issue:
Import error: e.stream is not a function. (In ‘e.stream()’, ‘e.stream’ is undefined)
only in safari on mac, on other browsers works fine
@iggyZiggy your error message is related to #50 instead (will post more there), I think that Jesse is describing a different issue here.