@plasmicapp/react-web 0.2.383 → 0.2.385

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.
@@ -1468,6 +1468,9 @@ var PlasmicLinkInternal = React__default.forwardRef(function PlasmicLinkInternal
1468
1468
  if (props.platform === "gatsby" && isInternalHref(props.href)) {
1469
1469
  return React__default.createElement(props.component, __assign(__assign({}, omit(props, "component", "platform", "href")), { to: props.href, ref: ref }));
1470
1470
  }
1471
+ if (props.platform === "tanstack" && isInternalHref(props.href)) {
1472
+ return React__default.createElement(props.component, __assign(__assign({}, omit(props, "component", "platform", "href")), { to: props.href, ref: ref }));
1473
+ }
1471
1474
  return React__default.createElement("a", __assign({}, omit(props, "component", "platform"), { ref: ref }));
1472
1475
  });
1473
1476
  function isInternalHref(href) {