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
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