react-key-navigation
react-key-navigation copied to clipboard
Warning: React does not recognize the `focusableId` prop on a DOM element ?
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
It should have been fixed by #13 but seems it hasn't been published on NPM.