@xylabs/sdk-react 2.11.9 → 2.11.10

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.
@@ -2233,7 +2233,7 @@ const ExperimentsDebugger = (_a) => {
2233
2233
  const LinkEx = (_a) => {
2234
2234
  var { to } = _a, props = __rest(_a, ["to"]);
2235
2235
  if (to) {
2236
- return jsxRuntime.jsx(material.Link, Object.assign({ component: reactRouterDom.Link, to: to }, props));
2236
+ return jsxRuntime.jsx(material.Link, Object.assign({ rel: "noopener noreferrer", component: reactRouterDom.Link, to: to }, props));
2237
2237
  }
2238
2238
  else {
2239
2239
  return jsxRuntime.jsx(material.Link, Object.assign({}, props));