You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All icons now in enzyme render as <Memo([object Object]) /> which is not really helpful. There is a proposed solution upstream but I haven't been able to get this to work yet.
The text was updated successfully, but these errors were encountered:
Just raising this as an issue so others are aware.
A recent version of @material-ui/icons-4.11.2 removed
displayName
from the icons causing some failures in our test suite.Tracking upstream issue here: mui/material-ui#23831
All icons now in enzyme render as
<Memo([object Object]) />
which is not really helpful. There is a proposed solution upstream but I haven't been able to get this to work yet.The text was updated successfully, but these errors were encountered: