Closed nnaydenow closed 3 years ago
This marge causes plugin to stop working.
in one place variable aResults wasn't change to aRegisteredElements
instead of aResults.push({
it should be aRegisteredElements.push({
:tada: This PR is included in version 0.9.11 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Element registry (sap.ui.core.Element.registry) was introduced in version 1.67 of OpenUI5. Element registry tab is not able to be used in versions below that because it will have to be based on private APIs which are not stable.
Fixes: #132