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
We have a proposal to move to ESM but node.js is not ready and there are some debates about should we continue shipping CJS and UMD builds. Follow along here: #1288
Looks like Angular Universal's server.js doesn't like something with one of your functions. Getting this on the node server:
ERROR TypeError: marked_1.default is not a function
/dist/server.js:151583:40
The Component
Server.js line 151583
Our QA site
https://other98uias-qa.azurewebsites.net/week-1-of-fall-camp-offensive-recap/308/10
The HTML
<div class="text-view" [innerHTML]="content"></div>
The generated source
<div _ngcontent-sc17="" class="text-view">null</div>
The text was updated successfully, but these errors were encountered: