ljharb / qs

A querystring parser with nesting support
BSD 3-Clause "New" or "Revised" License
8.55k stars 728 forks source link

TypeError: utils.maybeMap is not a function #369

Closed anhtran closed 4 years ago

anhtran commented 4 years ago

Version: 6.9.4

const x = qs.parse('a=b&c=d')

It's normal in 6.8.x

ljharb commented 4 years ago

It's right here on line 246: https://unpkg.com/browse/qs@6.9.4/lib/utils.js

Are you perhaps using some kind of mocking, or PnP, or anything else nonstandard?

ljharb commented 4 years ago

Closing for now; happy to reopen if there's something actionable.