We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What you were expecting: Before upgrading to latest version 3.12.0 all components in my applications is running without error.
What happened instead: After upgrading to latest version i found this bug in one of my components :
So i try to remove my validation on ArrayInput and it works, but without validation : (
Steps to reproduce: I think this is related to latest features of RA, specifically #5752
Other information:
Environment
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. I do not manage to reproduce the issue. Please provide a sample application showing the issue by forking the following CodeSandbox (https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple).
Sorry, something went wrong.
Kindly check :) i added validation on backlinks and it throws error. https://codesandbox.io/s/kind-moser-k6id1?file=/src/posts/PostEdit.js
Indeed, I must have missed something in my tests. Thanks for the report!
Successfully merging a pull request may close this issue.
What you were expecting:
Before upgrading to latest version 3.12.0 all components in my applications is running without error.
What happened instead:

After upgrading to latest version i found this bug in one of my components :
So i try to remove my validation on ArrayInput and it works, but without validation : (

Steps to reproduce:
I think this is related to latest features of RA, specifically #5752
Other information:
Environment
The text was updated successfully, but these errors were encountered: