Skip to content
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

React awesome query builder 5.2.0 requests Material-UI 4 widgets #748

Closed
alessio-de-padova opened this issue Aug 25, 2022 · 2 comments
Closed

Comments

@alessio-de-padova
Copy link

Describe the bug
In my application, I use Material-UI 5. Unfortunately, when I install the react-awesome-query-builder library I get errors because it is looking for Material-UI 4 dependencies.

To Reproduce
Install material-UI 5 and react-awesome-query-builder

Expected behavior
I supposed it would totally support the most recent version of Material-UI widgets

Cattura
Cattura

Thanks for your attention!

@ukrbublik
Copy link
Owner

For MUI v5 please import MuiConfig instead of MaterialConfig:

import MuiConfig from 'react-awesome-query-builder/lib/config/mui';

@ukrbublik
Copy link
Owner

Version 6.0.0 has been released.
See migration guide
Please use @react-awesome-query-builder/mui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants