@fern-api/fdr-sdk 1.2.37-94cc3f83f5 → 1.2.37-9bb7abe0bd

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.
@@ -14699,6 +14699,9 @@ function mutableUpdatePointsTo(input) {
14699
14699
  const slugMap = collector.getSlugMapWithParents();
14700
14700
  const updateNode = (node) => {
14701
14701
  if (navigation_exports.hasPointsTo(node)) {
14702
+ if (node.pointsTo != null && node.type === "tab") {
14703
+ return;
14704
+ }
14702
14705
  const pointsTo = followRedirect2(node);
14703
14706
  if (pointsTo != null) {
14704
14707
  if (node.type === "root") {