- Issue created by @Ilyna
Automatically closed - issue fixed for 2 weeks with no activity.
In the console I have
Uncaught (in promise) TypeError: t is null
When I delete minified to found the erreur I have :
TypeError: formatter is null
here
// TODO: choke on timeZoneName: long
format(marker, formatter, dateOptions = {}) {
return formatter.format({
marker,
timeZoneOffset: dateOptions.forcedTzo != null ?
dateOptions.forcedTzo :
this.offsetForMarker(marker),
}, this);
}
Active
11.1
Code
Automatically closed - issue fixed for 2 weeks with no activity.