jianxiaoBai / react-json-editor-ui

React-based visual json editor.
https://jianxiaobai.github.io/react-json-editor-ui/
MIT License
46 stars 10 forks source link

Incorrect boolean values in editor #2

Closed LeroViten closed 1 year ago

LeroViten commented 1 year ago

Sometimes editor shows incorrect boolean values. As in screenshot below the right part shows stringified object that is passed to editor and the boolean value here is correct. But the left part (editor) shows incorrectly. Screenshot from 2023-04-12 10-40-12

jianxiaoBai commented 1 year ago

Thank you feedback on this question, I had been fixed it in the 1.0.7 version, please upgrade it. @LeroViten