@plasmicapp/react-web 0.2.279 → 0.2.281

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1052,7 +1052,7 @@ function PlasmicHead(props) {
1052
1052
  React.createElement("meta", { key: "og:description", property: "og:description", content: props.description }),
1053
1053
  React.createElement("meta", { key: "twitter:description", name: "twitter:description", content: props.description }),
1054
1054
  ],
1055
- props.canonical && (React.createElement("link", { key: "canonical", ref: "canonical", href: props.canonical }))));
1055
+ props.canonical && (React.createElement("link", { key: "canonical", rel: "canonical", href: props.canonical }))));
1056
1056
  }
1057
1057
  var plasmicHeadMeta = {
1058
1058
  name: "hostless-plasmic-head",