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
But there is a problem with runtime (Uncaught (in promise) Error: (SystemJS) tslib.__assign is not a function in Chrome). tslib.js is correctly loaded, but its factory is never called.
Reported in #12724 (comment)
I am using JSPM, so I modified my tsconfig.json:
and compiler is now OK.
But there is a problem with runtime (
Uncaught (in promise) Error: (SystemJS) tslib.__assign is not a function
in Chrome).tslib.js
is correctly loaded, but its factory is never called.jspm.config.js
The text was updated successfully, but these errors were encountered: