-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with React ^18.2.0 #333
Comments
@DewangS What node version do you use? |
@EugeneNikulnikov |
Later I gave up pretty much on various NPM packages e.g. slate etc and just wrote my own little editor as I only needed entire text within multiline text to be Bold, Italic or underlined. I also needed user option to choose text color and font size. |
facing similar issue |
Any other similar alternatives? |
Also having this issue. Other libraries I've found are also out of date. |
As a temporary solution you can do: |
Checklist
Description
Im using React 18.2.0 and unable to install this package due to conflicting dependencies
npm install mui-rte
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! react@"^18.2.0" from the root project
npm ERR! peer react@"^17.0.0 || ^18.0.0" from @mui/[email protected]
npm ERR! node_modules/@mui/icons-material
npm ERR! @mui/icons-material@"^5.10.6" from the root project
npm ERR! peer @mui/icons-material@"^5.0.0" from [email protected]
npm ERR! node_modules/mui-rte
npm ERR! mui-rte@"" from the root project
npm ERR! 4 more (@mui/material, @emotion/react, @emotion/styled, react-dom)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^17.0.0" from @mui/[email protected]
npm ERR! node_modules/@mui/styles
npm ERR! peer @mui/styles@"^5.0.0" from [email protected]
npm ERR! node_modules/mui-rte
npm ERR! mui-rte@"" from the root project
The text was updated successfully, but these errors were encountered: