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

It is not working with latest version of @mui-material #118

Open
yashaswinibprasad87 opened this issue Dec 10, 2021 · 4 comments · May be fixed by #121
Open

It is not working with latest version of @mui-material #118

yashaswinibprasad87 opened this issue Dec 10, 2021 · 4 comments · May be fixed by #121

Comments

@yashaswinibprasad87
Copy link

Provide a solution to work with v5.xxx

@mayuri2307
Copy link

+1. Please help!!

@umakantp
Copy link

Module not found: Can't resolve '@material-ui/icons/Clear'
vs what v5 has
@mui/icons-material/Clear

@rashearth
Copy link

Hi, i think changing the SearchBar.js content changing will solve the issue.
Like below. line 18-line 20. to the newest mui content

But somehow, i get the same error... I would like your help to solve this issue.

var _Clear = _interopRequireDefault(require('@mui/icons-material/Clear'));

var _Search = _interopRequireDefault(require('@mui/icons-material/Search'));

@leMaik leMaik linked a pull request Oct 17, 2022 that will close this issue
@hongz1
Copy link

hongz1 commented Mar 10, 2023

I had to make this search-bar compatible with react-18 and mui-v5 so I updated.

https://gist.github.com/hongz1/8368c79690b8bdfe5a86f686e3257134

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

Successfully merging a pull request may close this issue.

5 participants