react-json-view icon indicating copy to clipboard operation
react-json-view copied to clipboard

Incorrect peer dependencies - support React 17

Open CWSites opened this issue 4 years ago • 0 comments

I'm using the latest version of react-json-view and getting the following peer dependency warnings. I noticed in #330 that support was added however it seems like that may have been reverted?

warning "@react-theming/storybook-addon > @usulpro/[email protected]" has incorrect peer dependency "react@^16.0.0 || ^15.5.4".
warning "@react-theming/storybook-addon > @usulpro/[email protected]" has incorrect peer dependency "react-dom@^16.0.0 || ^15.5.4".

I realize that this is also a fork of your repo so I'm not certain if the issue is in yours or the fork.

CWSites avatar Nov 03 '21 18:11 CWSites