You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have an internal PoC to detect such global dependencies during bundling, but there are some more things to clarify until this could be added to the ui5-builder.
Anyway this would be mainly to support legacy code, as we don't recommend using classes / controls via the global namespace.
That's why I just merged a change to declare the global dependencies as AMD dependencies which will solve this particular issue (SAP/openui5@c739627).
Expected Behavior
self-contained issue using sap.m.Carousel
Current Behavior
missing in self-contained
Steps to reproduce the issue
use carousel inside view
Affected components
{workaround}
require sap.m.ScrollContainer
The text was updated successfully, but these errors were encountered: