Skip to content

[TableRowAction & TableRowActionNavigation]: Not exported #6941

New issue

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

Closed
1 task done
khoinpb96 opened this issue Feb 13, 2025 · 2 comments · Fixed by #6942
Closed
1 task done

[TableRowAction & TableRowActionNavigation]: Not exported #6941

khoinpb96 opened this issue Feb 13, 2025 · 2 comments · Fixed by #6942
Labels

Comments

@khoinpb96
Copy link

khoinpb96 commented Feb 13, 2025

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

  • I’m not disclosing any internal or sensitive information.
@Lukas742
Copy link
Contributor

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';

@ui5-webcomponents-react-bot
Copy link
Contributor

🎉 This issue has been resolved in version v2.7.2 🎉

The release is available on v2.7.2

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🆕 New
Development

Successfully merging a pull request may close this issue.

3 participants