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
The component crashes when the user tries to update a string/number/boolean to an object but the onUpdate function returns an error.
This seems to be happening because the ValueComponent tries to render it as a string/number/boolean even though the value it is trying to render is an object.
The screenshot shows that the dataType (string) is correct but the value it is trying to render is the value that was rejected by onUpdate.
Expected behavior
The component should not crash and should instead render the correct value
Describe the bug
The component crashes when the user tries to update a string/number/boolean to an object but the onUpdate function returns an error.
This seems to be happening because the ValueComponent tries to render it as a string/number/boolean even though the value it is trying to render is an object.
The screenshot shows that the dataType (string) is correct but the value it is trying to render is the value that was rejected by onUpdate.
Expected behavior
The component should not crash and should instead render the correct value
Screenshots
Online demo
Steps to reproduce in code sandbox:
https://codesandbox.io/p/sandbox/json-edit-react-demo-forked-gc9z6x?file=%2Fsrc%2FApp.js%3A6%2C65
Steps to reproduce in online demo:
The text was updated successfully, but these errors were encountered: