@plasmicapp/react-web 0.2.280 → 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.
package/dist/index.cjs.js CHANGED
@@ -1070,7 +1070,7 @@ function PlasmicHead(props) {
1070
1070
  React__namespace.createElement("meta", { key: "og:description", property: "og:description", content: props.description }),
1071
1071
  React__namespace.createElement("meta", { key: "twitter:description", name: "twitter:description", content: props.description }),
1072
1072
  ],
1073
- props.canonical && (React__namespace.createElement("link", { key: "canonical", ref: "canonical", href: props.canonical }))));
1073
+ props.canonical && (React__namespace.createElement("link", { key: "canonical", rel: "canonical", href: props.canonical }))));
1074
1074
  }
1075
1075
  var plasmicHeadMeta = {
1076
1076
  name: "hostless-plasmic-head",