Using Papa v5.0.0-beta.0 trying to use transformHeader config as follow: `Papa.parse(file, { header: true, preview: 1000, worker: true, transformHeader: function (header) { return header; } });` and getting error: `Error: Failed to execute 'postMessage' on 'Worker': function (header) { return header; } could not be cloned.` What am I missing? Thank you