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
Can't safely style elements via CSS due to class names being mutation-circle-MU4429592
Could currently work around this by using [class^="mutation-circle"] but that's quite brittle as it depends on mutation-circle-${id} always being the first class
The text was updated successfully, but these errors were encountered:
Can't safely style elements via CSS due to class names being
mutation-circle-MU4429592
Could currently work around this by using
[class^="mutation-circle"]
but that's quite brittle as it depends onmutation-circle-${id}
always being the first classThe text was updated successfully, but these errors were encountered: