@wistia/ui 0.0.3 → 0.0.4

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.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.0.3
3
+ * @license @wistia/ui v0.0.4
4
4
  *
5
5
  * Copyright (c) 2024-2024, Wistia, Inc. and its affiliates.
6
6
  *
@@ -5037,7 +5037,7 @@ var Link = forwardRef(
5037
5037
  ...commonProps,
5038
5038
  ...externalLinkProps
5039
5039
  };
5040
- return inRouterContext ? /* @__PURE__ */ jsx157(
5040
+ return inRouterContext && type !== "external" ? /* @__PURE__ */ jsx157(
5041
5041
  StyledLink,
5042
5042
  {
5043
5043
  as: RouterLink,