Skip to content

Commit ca0e433

Browse files
Merge pull request SharePoint#5431 from SharePoint/estruyf-patch-1
Library solution app catalog update
2 parents 81126f0 + c3a4435 commit ca0e433

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/spfx/library-component-overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ Library components have following characteristics:
1717
* You can only host one library component version at the time in a tenant
1818
* It is not supported to have other component types included in a solution which contains library component
1919
* You will need to reference library component type during development time from a package manager or using `npm link` to be able to bundle solutions which are dependent on it
20-
* Library components are not supported when solution is deployed using site collection app catalog
2120

2221
You can reference library component dependency in the SharePoint solution by defining the dependency in the package.json file. When this kind of dependency exists in a solution package, SharePoint will automatically load the dependent component for the page. If library reference is not resolved, that can cause an exception in the component which was referring it.

0 commit comments

Comments
 (0)