ljharb / qs

A querystring parser with nesting support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

iambharathpadhu opened this issue · comments

. 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 !

What is on line 33 of _shortOut.js?