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
I believe we have not export 2 new components TableRowAction & TableRowActionNavigation (available on 2.7.0) on https://github.com/SAP/ui5-webcomponents-react/blob/main/packages/main/src/webComponents/index.ts
No response
...
Latest
Chrome
The text was updated successfully, but these errors were encountered:
Hi @khoinpb96
the linked PR will fix this issue. Until it's merged and published, you can use the file export for these components:
import { TableRowAction } from '@ui5/webcomponents-react/dist/webComponents/TableRowAction/index.js';
import { TableRowActionNavigation } from '@ui5/webcomponents-react/dist/webComponents/TableRowActionNavigation/index.js';
Sorry, something went wrong.
90b7bb6
🎉 This issue has been resolved in version v2.7.2 🎉
The release is available on v2.7.2
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
Describe the bug
I believe we have not export 2 new components TableRowAction & TableRowActionNavigation (available on 2.7.0) on https://github.com/SAP/ui5-webcomponents-react/blob/main/packages/main/src/webComponents/index.ts
Isolated Example
No response
Reproduction steps
...
Expected Behaviour
No response
Screenshots or Videos
No response
UI5 Web Components for React Version
Latest
UI5 Web Components Version
Latest
Browser
Chrome
Operating System
No response
Additional Context
No response
Relevant log output
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: