abhijithvijayan / react-minimal-side-navigation

Minimal side navigation component for React
https://codesandbox.io/s/react-minimal-side-navigation-example-y299d?file=/src/components/NavSidebar.jsx
MIT License
67 stars 29 forks source link

ItemId is undefined in onSelect function #11

Closed tzipisheinin closed 3 years ago

tzipisheinin commented 3 years ago

onSelect={({itemId}) => { console.log(itemId); }} I have a very minimal side navigation, just like the documentation code. I keep getting undefined for the itemId on select item so I can't really route. I'm using version 1.8.0 and node version 14.15.3

tzipisheinin commented 3 years ago

I made wrong distructuring