@wistia/ui 0.0.3 → 0.0.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.0.3
3
+ * @license @wistia/ui v0.0.5
4
4
  *
5
5
  * Copyright (c) 2024-2024, Wistia, Inc. and its affiliates.
6
6
  *
@@ -5095,7 +5095,7 @@ var Link = (0, import_react7.forwardRef)(
5095
5095
  ...commonProps,
5096
5096
  ...externalLinkProps
5097
5097
  };
5098
- return inRouterContext ? /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
5098
+ return inRouterContext && type !== "external" ? /* @__PURE__ */ (0, import_jsx_runtime157.jsx)(
5099
5099
  StyledLink,
5100
5100
  {
5101
5101
  as: import_react_router_dom.Link,