-
-
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
Nested proptypes in FlowType causes RangeError: Maximum call stack size exceeded #913
Labels
Comments
See also #1032. |
Is there any good workaround here? I'm still seeing this issue. |
ljharb
added a commit
that referenced
this issue
Jan 27, 2018
Support recursive type annotations, fixes #913
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm guessing this is causing an infinite loop. Not sure is this belongs here or in the Flow repo (or if I'm just doing things wrong). I've got a nested array that looks like this:
Which is throwing
RangeError: Maximum call stack size exceeded
Here's the full stack (absolute path to project abbreviated as
~
):I've stuck with a simple
type Props = { notes: Object[] }
for nowThe text was updated successfully, but these errors were encountered: