niuware / mui-rte

Material-UI Rich Text Editor and Viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The mui/styles peer dependency used in this package is deprecated and can't be used for React v18

Ketrizospa opened this issue · comments

The latest package is not compatible with React v18 as the dependency mui/styles used here is deprecated according to the mui documentation here https://mui.com/system/styles/basics .
Can we get the new version compatible with react v18 without using mui/styles which is deprecated without causing peer dependency conflicts?

I have the same issue