Agnibha Bose

Results 1 comments of Agnibha Bose

I think the problem is with this utils function ``` const isArray = (item) => { if (item === 'array') { return true; } return Object.prototype.toString.call(item) === '[object Array]'; };...