Open kevinch opened 5 years ago
While setting worker to true, i get a Uncaught SyntaxError: Unexpected token <
worker
true
Uncaught SyntaxError: Unexpected token <
My call is fairly simple:
Papa.parse(csvfile, { complete: this.updateData, skipEmptyLines: true, header: true, worker: true, })
This is the data of the file:
It works fine with the worker disabled. I'm using "papaparse": "^4.6.3", with react 16.
"papaparse": "^4.6.3",
react 16
Could you upload the file as attachment? Otherwise is dificult to reproduce the issue and thus provide a fix.
@pokoli there you go. test.csv.zip
While setting
worker
totrue
, i get aUncaught SyntaxError: Unexpected token <
My call is fairly simple:
This is the data of the file:
It works fine with the worker disabled. I'm using
"papaparse": "^4.6.3",
withreact 16
.