uiwjs / react-json-view

A React component for displaying and editing javascript arrays and JSON objects.
https://uiwjs.github.io/react-json-view/
MIT License
212 stars 12 forks source link

Support for Map/Set #13

Closed mkdynamic closed 1 year ago

mkdynamic commented 1 year ago

Map and Set objects appear blank currently.

jaywcjlove commented 1 year ago

@mkdynamic After editing it may become an object , I tried to implement it

jaywcjlove commented 1 year ago

@mkdynamic Upgrade v1.12.0

mkdynamic commented 1 year ago

Wow, that was fast! Awesome 🎉

mkdynamic commented 1 year ago

Fixed!