-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Recursive references are not supported #556
Comments
I think this is a big deal. Any progress? |
Just ran into this issue. Seems there is a pull request out there but it has UI changes that aren't wanted. Perhaps we can get the bug fix in without those? |
It looks like the first case you showed is working now on the playground, but not the second case. |
epicfaace
added a commit
to epicfaace/react-jsonschema-form
that referenced
this issue
Jan 21, 2019
9 tasks
epicfaace
added a commit
that referenced
this issue
Jan 21, 2019
Has there been regression on this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prerequisites
Description
Recursive references are not supported.
Steps to Reproduce
Define a schema that utilises recursive referencing:
or
Attempt to create a form using those schema.
Expected behavior
Form to be rendered.
Actual behavior
In the first case above (shared playground link), a form is rendered—but where the field is expected, the following message appears:
In the second case above (shared playground link), no form is rendered. Console shows:
Version
0.46.0
The text was updated successfully, but these errors were encountered: