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
Since codemirror is directly introduced in the code, navigator is called indirectly, causing an error.
/home/win/workspace/fleet/ngx-charts/dist/ngx-charts/server/main.js:58607
var userAgent = navigator.userAgent;
^
ReferenceError: navigator is not defined
at /home/win/workspace/fleet/ngx-charts/dist/ngx-charts/server/main.js:58607:19
at /home/win/workspace/fleet/ngx-charts/dist/ngx-charts/server/main.js:58601:28
at Object.18394 (/home/win/workspace/fleet/ngx-charts/dist/ngx-charts/server/main.js:58603:2)
at __webpack_require__ (/home/win/workspace/fleet/ngx-charts/dist/ngx-charts/server/main.js:293642:42)
at Module.86629 (/home/win/workspace/fleet/ngx-charts/dist/ngx-charts/server/main.js:27671:68)
at __webpack_require__ (/home/win/workspace/fleet/ngx-charts/dist/ngx-charts/server/main.js:293642:42)
at Module.55041 (/home/win/workspace/fleet/ngx-charts/dist/ngx-charts/server/main.js:18776:74)
at __webpack_require__ (/home/win/workspace/fleet/ngx-charts/dist/ngx-charts/server/main.js:293642:42)
at Module.36747 (/home/win/workspace/fleet/ngx-charts/dist/ngx-charts/server/main.js:22190:72)
at __webpack_require__ (/home/win/workspace/fleet/ngx-charts/dist/ngx-charts/server/main.js:293642:42)
A server error has occurred.
The text was updated successfully, but these errors were encountered:
Since codemirror is directly introduced in the code, navigator is called indirectly, causing an error.
The text was updated successfully, but these errors were encountered: