Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
iambharathpadhu opened this issue Jun 13, 2023 · 1 comment

Comments

@iambharathpadhu
Copy link

. 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
Copy link
Owner

ljharb commented Jun 13, 2023

What is on line 33 of _shortOut.js?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants