ended6월 26일· 1 sources

The CSV bug that compiles clean and breaks in production

Why it matters

Here is a bug I have shipped more than once. You have an export that turns records into CSV. The column list is just strings: import Papa from 'papaparse'; Papa.unparse(users, { columns: ['id', 'name'...

1
Sources
+0
24h
Growth
4d
Active

Sources

Related Issues