The npm dependencies for react and react-dom are redundant because Feliz already requires them from the project file. So when Femto installs Feliz.Plotly then react and react-dom are installed as well along-side with them.
Is there a specific reason why you included these dependencies here?
The npm dependencies for
react
andreact-dom
are redundant becauseFeliz
already requires them from the project file. So when Femto installsFeliz.Plotly
thenreact
andreact-dom
are installed as well along-side with them.Is there a specific reason why you included these dependencies here?