Hello, I use the react-panellum library. The package requires React version 15.3.0 or 16.2.0 as a peer dependency
The error I get in my build is
#13 4,723 Module not found: Error: Can't resolve 'react-dom/client' in '/app/src'
I think the error comes because react-dom is too old. So I have two libraries that require different versions of React.