@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.
package/dist/js/index.js CHANGED
@@ -19761,6 +19761,9 @@ function mutableUpdatePointsTo(input) {
19761
19761
  const slugMap = collector.getSlugMapWithParents();
19762
19762
  const updateNode = (node) => {
19763
19763
  if (navigation_exports.hasPointsTo(node)) {
19764
+ if (node.pointsTo != null && node.type === "tab") {
19765
+ return;
19766
+ }
19764
19767
  const pointsTo = followRedirect2(node);
19765
19768
  if (pointsTo != null) {
19766
19769
  if (node.type === "root") {