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
refactor(Theming): fallback to Fiori 3 theme (#1039)
We used to throw an error with the recommendation to import @ui5/webcomponents/dist/json-imports/Themes, when the requested theme is not even existing.
Now, if the requested theme is not existing, we will output a warning and fallback to sap_fiori_3, and never fetch the requested (non-existing) theme.
console.warn(`You have requested non-existing theme - falling back to sap_fiori_3. The supported themes are: ${SUPPORTED_THEMES.join(", ")}.`);/* eslint-disable-line */
0 commit comments