A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Root Node1 Node2 Node2.1 Node2.2 Node2.2.1 Node2.3... and the following code:
Now then, if I browse to "http://localhost/Node2/Node22/" the menus will correctly display Node2 and Node2.2 as selected (i.e. in bold). However, if I browse to "http://localhost/Node2/Node22/Node221/", only menus "first" and "third" will correctly display the selected nodes (i.e. only Node2 and Node2.2.1 are marked as selected while Node2.2 isn't anymore). Why's that? What am I doing wrong here? Thanks Niklas