Thanks for your work on this tool, it's a pretty JSON renderer.
I need a viewer, not an editor. I'm currently passing restrict* props to false, which works. But I was wondering whether a viewer-only component (e.g. import { JsonViewer } from "json-edit-react";) would help trim the size of my final bundle. Thoughts?
Thanks for your work on this tool, it's a pretty JSON renderer.
I need a viewer, not an editor. I'm currently passing
restrict*props tofalse, which works. But I was wondering whether a viewer-only component (e.g.import { JsonViewer } from "json-edit-react";) would help trim the size of my final bundle. Thoughts?