We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When there are multiple conflicting versions of web components that are e.g. loaded by third-party libs, the CustomElementsRegistry logs a warning that scoping should be used instead. https://github.com/SAP/ui5-webcomponents/blob/main/packages/base/src/CustomElementsRegistry.ts#L88 The documentation link in this warning is broken and should instead be https://github.com/SAP/ui5-webcomponents/blob/main/docs/2-advanced/06-scoping.md
The text was updated successfully, but these errors were encountered:
docs: fix broken link and empty object as default value (#10486)
2943480
Fixes: #10480
Successfully merging a pull request may close this issue.
Issue Description
When there are multiple conflicting versions of web components that are e.g. loaded by third-party libs, the CustomElementsRegistry logs a warning that scoping should be used instead.
https://github.com/SAP/ui5-webcomponents/blob/main/packages/base/src/CustomElementsRegistry.ts#L88
The documentation link in this warning is broken and should instead be https://github.com/SAP/ui5-webcomponents/blob/main/docs/2-advanced/06-scoping.md
Issue Type
The text was updated successfully, but these errors were encountered: