react-key-navigation icon indicating copy to clipboard operation
react-key-navigation copied to clipboard

Warning: React does not recognize the `focusableId` prop on a DOM element ?

Open alejandrolechuga opened this issue 6 years ago • 1 comments

Any idea how to solve this issue react-dom.development.js:506 Warning: React does not recognize the focusableIdprop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercasefocusableid instead. If you accidentally passed it from a parent component, remove it from the DOM element. in span (created by VerticalList) in VerticalList (created by Navigation) in Navigation (created by App) in App (created by ConnectFunction) in ConnectFunction in Provider

alejandrolechuga avatar Jul 18 '19 03:07 alejandrolechuga

It should have been fixed by #13 but seems it hasn't been published on NPM.

luciomartinez avatar Jun 07 '20 16:06 luciomartinez