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
The 'jsx-a11y/no-onchange' rule is deprecated as onChange events are now well-supported by all browsers and screen readers.
- 'jsx-a11y/no-onchange': 'warn',
📝 Committable suggestion
‼️IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
Remove deprecated 'no-onchange' rule
The 'jsx-a11y/no-onchange' rule is deprecated as
onChange
events are now well-supported by all browsers and screen readers.- 'jsx-a11y/no-onchange': 'warn',
📝 Committable suggestion
Originally posted by @coderabbitai[bot] in #561 (comment)
The text was updated successfully, but these errors were encountered: