I’m using simple-navigation to dynamically generate my navigation depending on a permission level that the user has. It works fine but it doesn’t seem to mark any item as current.
Any ideas?
I’m using simple-navigation to dynamically generate my navigation depending on a permission level that
Share
The issue was that it needs the absolute path from the root, not the relative path.