Hi, I receive the following error when I try navigate to a route using the <Link> component, if I use <a> it works fine tho?
I am just trying it with the example so I havent adjusted any code:
<Collapsible class="collapsible">
<CollapsibleTrigger class="collapsible-trigger">
<span>Trigger</span>
<SVG />
</CollapsibleTrigger>
<CollapsibleContent class="collapsible-content collapsible-content-outline ">
Content
</CollapsibleContent>
</Collapsible>
Qwik UI: There is no reference to the collapsible content element. Make sure to wrap the content in a <CollapsibleContent> component. Error: Qwik UI: There is no reference to the collapsible content element. Make sure to wrap the content in a <CollapsibleContent> component