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'm experiencing this issue where I'm trying to include sentio into an angular-cli project. When I run the project in dev mode, everything works. When I run in prod mode, sentio breaks. I've tracked the problem down to the optimization config option - if that flag is set to false, sentio will work.
This is the error you see at runtime:
at lY (time.js.pre-build-optimizer.js:30)
at oY (time.js.pre-build-optimizer.js:134)
at eI (timeline.js.pre-build-optimizer.js:79)
at new t (timeline.directive.js.pre-build-optimizer.js:28)
at Vl (core.js.pre-build-optimizer.js:22140)
at Hl (core.js.pre-build-optimizer.js:22019)
at vo (core.js.pre-build-optimizer.js:23245)
Clicking on the first stacktrace link opens up this:
(Error highlights on line 30)
I doubt this is your issue, but @asymmetrik/ngx-sentio@6 is for Angular 8. I get a different error than what you're reporting when I run v5 with Angular 8
had the same problem.
Solved be defining the "version": "5.7.0" in the package.json. No time for digging deeper now, but there seems to be some problem with the latest version.
I'm experiencing this issue where I'm trying to include sentio into an angular-cli project. When I run the project in dev mode, everything works. When I run in prod mode, sentio breaks. I've tracked the problem down to the optimization config option - if that flag is set to false, sentio will work.
This is the error you see at runtime:
Clicking on the first stacktrace link opens up this:

(Error highlights on line 30)
My package.json looks like this:
Any thoughts?
The text was updated successfully, but these errors were encountered: