-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[core] Move SearchIcons to docs src folder #34802
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks for the fix!
@siriwatknp This change seems to break the search with the translations.
It was reported in https://mui-org.slack.com/archives/C041SDSF32L/p1666098150863669. |
Hey, here is the fix > #34823. Will do a hotfix deployment. |
This reverts commit 62af1d1.
This reverts commit 62af1d1.
This reverts commit 62af1d1.
Since #34454 is merged, the SearchIcon unmounts several times. I guess it has something to do with lazy loading because it remounts after JS has been downloaded.
This PR introduces a temporary fix (or maybe the right fix) by moving the
SearchIcons
from the demo to the src component to unblock the release.Will do a deeper analysis after this.