From 7e01c3d0495808cf3bf49a95c7cdd8ef98f54fed Mon Sep 17 00:00:00 2001 From: Steve 'Cutter' Blades Date: Wed, 14 Feb 2024 10:06:50 -0500 Subject: [PATCH] fix(ARIA): remove tabindex (#2508) The tabindex, applied to the event div, creates invalid ARIA component nesting #2498 --- src/EventCell.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/EventCell.js b/src/EventCell.js index b304168a9..6a24c46fc 100644 --- a/src/EventCell.js +++ b/src/EventCell.js @@ -62,7 +62,6 @@ class EventCell extends React.Component {