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
compile error of below file https://github.com/SAP/ui5-webcomponents-react/blob/main/packages/main/src/components/AnalyticalTable/ColumnHeader/ColumnHeaderModal.tsx#L4
No response
...
please add dist path to the import file import { getScopedVarName } from '@ui5/webcomponents-base/dist/CustomElementsScope.js';
1.29.7
1.24.x
Chrome, Edge, Firefox, Safari
SAP SuccessFactors
The text was updated successfully, but these errors were encountered:
CustomElementsScope
fix(AnalyticalTable): correct CustomElementsScope import path (#6184)
de68b2d
Fixes #6183
3d303db
🎉 This issue has been resolved in version v2.0.0-rc.3 🎉
The release is available on v2.0.0-rc.3
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
compile error of below file
https://github.com/SAP/ui5-webcomponents-react/blob/main/packages/main/src/components/AnalyticalTable/ColumnHeader/ColumnHeaderModal.tsx#L4
Isolated Example
No response
Reproduction steps
...
Expected Behaviour
please add dist path to the import file
import { getScopedVarName } from '@ui5/webcomponents-base/dist/CustomElementsScope.js';
Screenshots or Videos
UI5 Web Components for React Version
1.29.7
UI5 Web Components Version
1.24.x
Browser
Chrome, Edge, Firefox, Safari
Operating System
No response
Additional Context
No response
Relevant log output
No response
Organization
SAP SuccessFactors
Declaration
The text was updated successfully, but these errors were encountered: