Expected Behavior
Using html-react-parser with React 16 on a project should not produce any warning with yarn install
Actual Behavior
yarn install produces warning
warning Resolution field "react@16.8.6" is incompatible with requested version "react@15"
Problematic package is react-dom-core@0.0.4 which has React@15 as dependency. I believe this dependency should be removed altogether. And instead react-dom added as peerDependency