View gist:f2f7110874e50bbb10f3f8f3f7eb9454
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/links/link-generator.js b/src/links/link-generator.js | |
index 62123823..3eaa3019 100644 | |
--- a/src/links/link-generator.js | |
+++ b/src/links/link-generator.js | |
@@ -348,7 +348,7 @@ The dependencies array has the following ids: ${dependencies.map(d => d.id).join | |
return R.flatten(currLinks); | |
}); | |
const internalCustomResolvedLinks = parentComponent.customResolvedPaths.length | |
- ? getInternalCustomResolvedLinks(parentComponent, createNpmLinkFiles) | |
+ ? getInternalCustomResolvedLinks(parentComponent, parentComponentMap, createNpmLinkFiles) |