alpertuna / react-metismenu

A ready / simple to use, highly customizable, updateable, ajax supported, animated and material designed menu component for React

Home Page:https://www.npmjs.com/package/react-metismenu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trying to send props from Custom ItemLink with subitems

jgarmar opened this issue · comments

Hi! I'm trying to pass props from itemLink selected, but I want to pass props too when a parent that has submenu is selected and opened, but if I put the line this.props.activateMe({....}) this.props.toggleSubMenu doesn't works. Can anybody help me?

Thanks