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
React V17.0.2
eslint throwing Unknown property 'font-weight' found, use 'fontWeight' instead react/no-unknown-property for valid properties on SVG elements. There's a whole trail of issues around this, including a fix that was reverted. See #718 for example.
React V17.0.2
eslint throwing
Unknown property 'font-weight' found, use 'fontWeight' instead react/no-unknown-property
for valid properties on SVG elements. There's a whole trail of issues around this, including a fix that was reverted. See #718 for example.This code is valid:
but incorrectly throws the above error.
The text was updated successfully, but these errors were encountered: