-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
ArrayField with nested SingleFieldList broken in version 3.6.0 #4916
Comments
Fixed by #4918 |
Just had the same issue since I went on the 3.6.0 version, but with different error
My list component:
And of course, the fix proposed in the PR didn't work. What is strange though is that rolling back to 3.5.3 didn't work as well. However this happened only due to the fact I ran |
@DeciusAntiochus I can't reproduce the problem you describe. Please provide a CodeSandbox reproducing your error, and open a new issue with its link. |
What you were expecting:
SingleFieldList
to work properly insideArrayField
, as in version 3.5.5.What happened instead:
It throws
Steps to reproduce:
Visit
list
in any resource view withList
component containingArrayField
with a nestedSingleFieldList
:Related code:
Other information:
This PR seems to be causing the error.
Environment
The text was updated successfully, but these errors were encountered: