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
Describe the bug
When a ui5-timeline-item is added to ui5-timeline, we can see the following error in the console:
DateFormat.js:147 Uncaught (in promise) TypeError: sap.ui.getWCCore is not a function
at Function.push../node_modules/@ui5/webcomponents-core/dist/sap/ui/core/format/DateFormat.js.DateFormat.createInstance (DateFormat.js:147)
at Function.push../node_modules/@ui5/webcomponents-core/dist/sap/ui/core/format/DateFormat.js.DateFormat.getDateTimeInstance (DateFormat.js:125)
at calculate (TimelineItemTemplateContext.js:15)
Closes: #299
BREAKING CHANGE: 'timestamp' and 'timeFormat' properties are removed.
Instead use subtitle-text property and directly format the text as
desired.
Closes: #299
BREAKING CHANGE: 'timestamp' and 'timeFormat' properties are removed.
Instead use subtitle-text property and directly format the text as
desired.
Describe the bug
When a ui5-timeline-item is added to ui5-timeline, we can see the following error in the console:
DateFormat.js:147 Uncaught (in promise) TypeError: sap.ui.getWCCore is not a function
at Function.push../node_modules/@ui5/webcomponents-core/dist/sap/ui/core/format/DateFormat.js.DateFormat.createInstance (DateFormat.js:147)
at Function.push../node_modules/@ui5/webcomponents-core/dist/sap/ui/core/format/DateFormat.js.DateFormat.getDateTimeInstance (DateFormat.js:125)
at calculate (TimelineItemTemplateContext.js:15)
To reproduce
Steps to reproduce the behavior:
Expected behavior
No error is thrown.
Affected components (if known)
ui5-timeline-item(ui5-timeline)
The text was updated successfully, but these errors were encountered: