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.
I am tying to implement the following schema.org markup into a breadcrumb written into a user control.
When the page is rendered the li tag is closed before the meta tag:
This happens irrespective of whether the markup is dynamically generated or static.
Any idea how I can stop this happening?
Thanks
Tony