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
I have a problem using RRule in IE11. SystemJS thows an error in my project: Object doesn't support property or method 'assign'.
This happens because the dependend library luxon does not use polyfills inside and was imported by SystemJS before polyfills from RRule.
I do not use the RRule TimeZone library implementation in my project. And that’s why I don’t need a luxon.
How can I solve the problem without using polyfilles inside my project?
The text was updated successfully, but these errors were encountered:
Hello,
I have a problem using
RRule
in IE11.SystemJS
thows an error in my project:Object doesn't support property or method 'assign'
.This happens because the dependend library
luxon
does not use polyfills inside and was imported bySystemJS
before polyfills fromRRule
.I do not use the
RRule
TimeZone library implementation in my project. And that’s why I don’t need aluxon
.How can I solve the problem without using polyfilles inside my project?
The text was updated successfully, but these errors were encountered: