mac-s-g / react-json-view

JSON viewer for react
https://mac-s-g.github.io/react-json-view/demo/dist/
MIT License
3.42k stars 530 forks source link

No doc for displayArrayKey and #426

Open FrankYufeiYang opened 1 year ago

FrankYufeiYang commented 1 year ago

I think you forgot to add doc for displayArrayKey

shashiirk commented 1 year ago

Yes. I got this typescript error when I tried to use that property...

Property 'displayArrayKey' does not exist on type 'IntrinsicAttributes & ReactJsonViewProps & { children?: ReactNode; }'

Maintainers, please resolve this!