We are currently trying to integrate a pyLDAvis visualization into our React frontend using your library, but npm could not resolve the dependencies:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: react-ldavis@1.0.0
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR! react@"^17.0.2" from the root project
npm ERR! peer react@">=16.8.0" from @emotion/react@11.9.0
npm ERR! node_modules/@emotion/react
npm ERR! @emotion/react@"^11.9.0" from the root project
npm ERR! peer @emotion/react@"^11.0.0-rc.0" from @emotion/styled@11.8.1
npm ERR! node_modules/@emotion/styled
npm ERR! @emotion/styled@"^11.8.1" from the root project
npm ERR! 3 more (@mui/material, @mui/styled-engine, @mui/system)
npm ERR! 3 more (@mui/material, @mui/styled-engine, @mui/system)
npm ERR! 17 more (@emotion/styled, @mui/base, @mui/icons-material, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.0.0" from react-ldavis@1.0.0
npm ERR! node_modules/react-ldavis
npm ERR! react-ldavis@"^1.0.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: react@16.14.0
npm ERR! node_modules/react
npm ERR! peer react@"^16.0.0" from react-ldavis@1.0.0
npm ERR! node_modules/react-ldavis
npm ERR! react-ldavis@"^1.0.0" from the root project
Would it be rather straightforward to add support for higher React versions?
We are currently trying to integrate a pyLDAvis visualization into our React frontend using your library, but npm could not resolve the dependencies:
Would it be rather straightforward to add support for higher React versions?