You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce:
It happened after upgrading to 3.0.0. My best guess is the react-final-form automatically created the params with Ids suffix, since it shows the ids inside . I try to create a new fields with array of objects but that do not show the problems.
For now, I fix it by removing fields with ids suffix at the dataProvider.
Environment
React-admin version: 3.0.1
Last version that did not exhibit the issue (if applicable): 2.98
React version: 16.8
Browser: Chrome
Stack trace (in case of a JS error):
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. If you are able to illustrate the bug or feature request with an example, please provide a sample application via one of the following means:
@Tanapruk, This is normal work and React-admin feature.
Why does your GraphQL not work? I use GraphQL-Yoga for the backend and this solution not only does not break, but also helps in development.
However, there is one problem that I described here. The React-admin also converts my JsonInput in the same way, which sends a custom data object to the Provider. @djhi, what do you think about this?
What you were expecting:
Clicking save after editing should send like.
What happened instead:
Clicking save after editing should send like.
a new field called categoriesIds are magically added and fail my graphql
Steps to reproduce:
It happened after upgrading to 3.0.0. My best guess is the react-final-form automatically created the params with Ids suffix, since it shows the ids inside . I try to create a new fields with array of objects but that do not show the problems.
For now, I fix it by removing fields with ids suffix at the dataProvider.
Environment
The text was updated successfully, but these errors were encountered: