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
is causing the eslint rule jsx-a11y/no-noninteractive-element-interactions to fail because the <div> has a role="application" with element handlers in it. The correct HTML would be instead:
This code in
DayPicker.js
:is causing the eslint rule jsx-a11y/no-noninteractive-element-interactions to fail because the
<div>
has arole="application"
with element handlers in it. The correct HTML would be instead:This change will break the current CSS (and the css class names passed to
classNames
).DayPicker-wrapper
) to theclassNames
The text was updated successfully, but these errors were encountered: