Canonical HTML tag causing React errors

Hi team, it seems that the generated canonical html tag is causing errors with react. This is a gatsby project.

export function Head() {
  return (
    <>
      <meta name="twitter:card" content="summary" />
      <title key="title">{PlasmicCareers.pageMetadata.title}</title>
      <meta
        key="og:title"
        property="og:title"
        content={PlasmicCareers.pageMetadata.title}
      />
      <meta
        key="twitter:title"
        name="twitter:title"
        content={PlasmicCareers.pageMetadata.title}
      />
      <link ref="canonical" href={PlasmicCareers.pageMetadata.canonical} />
    </>
  );
}

This might a typo?

<link rel="canonical" href="<http://www.example.com/about-us/>" />

Hi @yang as this effects SEO.
It is part of our Plasmic POC and getting Support on this would be super helpful, in-fact getting support is key to being able to adopt Plasmic.

is Nextjs generally better supported than Gatsby @yang?

Thank you for reporting, a fix should be deployed today!

And in general yes, support is slightly better for next js, as this is what most of our customers use

We have another Title Tag issue that affect SEO

@cute_muskox is this related and likely to be part of Plasmic fix today?