You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dynamic list of categories, with subcategories. Nebular's menu convert all parents instantly to toggles, erasing all props. Only last level childs mantain router.link prop.
Extending the menu component (got error's saying menu-item component has no public classes or something like that)
Using patch-package (no matter where i apply the change,delete cache, node_modules, etc. when i run build, i can see that the babel compiled files display no changes)
Hooking to the toggle event and add a redirect (this causes funny unwanted behaviours on first loads)
Creating a custom component based on the original code in the github (there are so much things linked, i basically have to end up importing almost the entire library again)
This would be easy to fix if i had fixed/limited options for the menu, but as these are dynamic, it's not possible.
Any tips or hints on how to achive these in an organic way? can't find any info on the docs, and reviewed some posts here, however was unable to unblock myself with this.
The text was updated successfully, but these errors were encountered:
I have a dynamic list of categories, with subcategories. Nebular's menu convert all parents instantly to toggles, erasing all props. Only last level childs mantain router.link prop.
I need to tweak the template from
to
Unchanged code can be found on several folders inside the library.
However i tried different approaches
Any tips or hints on how to achive these in an organic way? can't find any info on the docs, and reviewed some posts here, however was unable to unblock myself with this.
The text was updated successfully, but these errors were encountered: