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
Hi,
We updated to ReactAdmin 5, and we noticed that a an edit form stopped to work. We have added logs and In this case the provider is not called.
When in create mode, everything is OK and we have the following logs:
17:04:55,462 Form data submitted: Object { title: "sds",... } [index.ts:39:14](http://localhost:5173/src/lib/ra-data-providers/postgrest-provider/index.ts) 17:04:55,502 DataProvider method called: create 17:04:56,702 Save successful [FormLayout.tsx:27:28](http://localhost:5173/src/components/layouts/FormLayout.tsx) 17:04:56,849 DataProvider method called: getOne
When in edit mode, we don't have the provider logs. Any hints to debug this? Of course, if we revert before ReactAdmin 5, it works properly.
Thanks. COil.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
We updated to ReactAdmin 5, and we noticed that a an edit form stopped to work.
We have added logs and In this case the provider is not called.
When in create mode, everything is OK and we have the following logs:
When in edit mode, we don't have the provider logs. Any hints to debug this?
Of course, if we revert before ReactAdmin 5, it works properly.
Thanks. COil.
The text was updated successfully, but these errors were encountered: