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
188 stars 11 forks source link

Support for React 18 #8

Open ashiqdey opened 1 year ago

ashiqdey commented 1 year ago

Can we expect an update for support to React 18?

jaywcjlove commented 1 year ago

@ashiqdey supports react@18

chiptus commented 8 months ago

I think actually the problem is that it doesn't support versions <18, since it's using useId hook which exists only in react 18