-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Maximum call stack size exceeded with no-danger-with-children rule #1571
Labels
Comments
Thanks, looks like it might be a bug in |
altho i'm confused; how does |
This actually just looks like it should be invalid syntax, but eslint itself shouldn't crash like this. Instead of here, can you file this on eslint itself? |
Alrighty, opened a new issue at eslint/eslint#9657 |
Reopening; this is indeed an issue with the rule. |
This was referenced Sep 22, 2018
Closed
This was referenced Jan 4, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I made a typo in one of my tests, and got a weird "RangeError" from ESLint. I would have expected some sort of error maybe complaining about invalid syntax or something, but this one in particular was hard to trace. The code looks like:
The error that came out:
The text was updated successfully, but these errors were encountered: