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

Removing object keys messes up the field types #17

Open fr3fou opened 1 year ago

fr3fou commented 1 year ago

https://github.com/jianxiaoBai/react-json-editor-ui/assets/1344906/ce39c859-15ea-4e4c-b9b9-8b978d4b417b

After removing the joinTime key, the description key seems to "take over" the type of the key above it, in this case, it becomes a boolean.