[ToolbarButton]: `getDomRef` returns `undefined`
Bug Description
When calling getDomRef() on a ui5-toolbar-button it always returns undefined.
This is a followup issue to this one: https://github.com/SAP/ui5-webcomponents/issues/9997
Affected Component
ToolbarButton
Expected Behaviour
It should return the DOM reference to the ui5-button inside the shadow root of the ui5-toolbar, as the ToolbarButton is an abstract component.
Isolated Example
https://stackblitz.com/edit/github-k8annj?file=index.html,package.json,main.js
Steps to Reproduce
- Got to StackBlitz
- Open dev tools
- Press Log getDomRef button
- See
undefinedin the console
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
2.3.0
Browser
Chrome, Edge, Firefox, Safari
Operating System
No response
Additional Context
No response
Organization
UI5WCR
Declaration
- [X] I’m not disclosing any internal or sensitive information.
Hello @ui5-webcomponents-topic-p,
The reported issue is reproducible, that's why I am forwarding this issue to you to take care of it.
Best Regards, Nikolay Hristov
:tada: This issue has been resolved in version v2.4.0 :tada:
The release is available on v2.4.0
Your semantic-release bot :package::rocket: