Hello,
Again a question about a ‘Navitem’ component, which is getting a little bit out of hand.
The Navitem already has lots of parameters:
- children
- current_pathname
- index
- is_visible
- label
- pathname
- request_stores
- symbol
- url_base_pathname
- userrole
Of these, some are only passed internally to the component, but need not be visible to the user:
- index
- url_base_pathname
- current_pathname
Is there a possibility to hide them?