Hey guys,
I hope I am right here with my question / issue… I have a react application written in typescript where I want to use Dropdown
component. I encountered two problems here:
- The
DropdownItem
component is of typeany
- It seems that the onClick-event is not working. I try to register an event handler on it but this gets never called. I created a codesandbox where you can take a look on: CodeSanbox
Can you help me here? Many thanks in advance,
Nick