ljharb / qs

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

qs parse is not letting app load on production when imported from index.tsx #475

Open iambharathpadhu opened 1 year ago

iambharathpadhu commented 1 year ago

. I am importing {parse} from qs to determine if a query param value is true, and i am doing this on index.tsx of my project ! When run locally this is working fine, on dev and Prod this is not letting the app load, and throwing out this error

Screenshot 2023-06-13 at 10 23 13 PM

But this does not happen for the files that have this library imported other than index.tsx in the same project !

ljharb commented 1 year ago

What is on line 33 of _shortOut.js?