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
Sorry if this isn't a bug, but I couldn't find any reference to it in any change-log. Upgrading to material icons I've noticed my tests are failing that are related to getByRole('presentation')
The issue is present in the latest release.
I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
On "@material-ui/icons": "4.5.1" version an icon will have an svg tag like so....
Was this intentional? If so did I miss the change log? Would be nice to know about these things, I have bunch of broken tests that depend on getByRole('presentation')
The text was updated successfully, but these errors were encountered:
Sorry if this isn't a bug, but I couldn't find any reference to it in any change-log. Upgrading to material icons I've noticed my tests are failing that are related to
getByRole('presentation')
Current Behavior 😯
On "@material-ui/icons": "4.5.1" version an icon will have an svg tag like so....
note the present role being "presentation"
Expected Behavior 🤔
On "@material-ui/icons": "4.9.1", an icon will no longer have the presentation role
Was this intentional? If so did I miss the change log? Would be nice to know about these things, I have bunch of broken tests that depend on
getByRole('presentation')
The text was updated successfully, but these errors were encountered: