I'm trying to setup React-Awesome-Query-Builder over at npm , specifically the non TS version but using functional components together with MUI 5 widgets
The versions I have found are using TS and class components.
I have installed the MUI 5 widgets but for some reason I am getting the following errors relating to Ant Design widgets, which I don't want as I want to use MUI V5:
Module not found: Error: Can't resolve 'antd/dist/antd.css'
Module not found: Error: Can't resolve '@ant-design/icons'
Module not found: Error: Can't resolve 'antd/lib/locale-provider/en_US'
Any help would be great.