DevExpress / devextreme-reactive

Business React components for Bootstrap and Material-UI

Home Page:https://devexpress.github.io/devextreme-reactive/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devextreme-reactive not supported in MUI5

lifeeric opened this issue · comments

  • [ x] I have searched this repository's issues and believe that this is not a duplicate.

I'm using ...

  • React Grid
  • React Chart
  • [ x] React Scheduler

Current Behaviour

First of all, I should thank you for this life-saver project. I just upgraded my company project to MUI5 and removed all the old dependencies as described in the MUI5 docs. Now I'm getting this error:

./node_modules/@devexpress/dx-react-scheduler-material-ui/dist/dx-react-scheduler-material-ui.es.js
Module not found: Can't resolve '@material-ui/core/Button' in '/node_modules/@devexpress/dx-react-scheduler-material-ui/dist'

Expected Behaviour

would love if we get support in MUI5. because I don't want to keep the @material-ui/* lib anymore as they moved to @mui/material.

Steps to Reproduce

Installing this library without the @material-ui/* packages. you will be able to reproduce this error.

Screenshots

Screenshot 2021-10-04 at 09 49 42

what if I add @materia-ui/* as peer-dependencies, would that be a great idea?

best regards,

This is a duplicate. Please check #3394.