Open sawa-ko opened 2 years ago
解决了吗
@ljfass It happens with SSR.
@vthinkxie You can help? Sorry about the ping
看起来像是 https://github.com/angular/universal/issues/2627 引起,等修复
@cipchk A commit https://github.com/angular/universal/commit/35a477e115d52fdad13e993753ad136f0466af1e was already implemented and a new version was released and the problem persists.
@kaname-png Delon 之前也有出现这个错误,但是将 Angular 升级至 13.3.3
以后不再出现了。
@cipchk I have the latest version of angular (13.3.3) and the problem persists.
您好,请问您后面是怎么样解决的?求助
@kaname-png
Did this get fixed? I'm seeing it on v14
Same for me, also having issue with icons
我也出现了
I'm also seeing this along with the warning..
any solution?
ping
+1 Angular: 15.2.0 ng-zorro-antd: 15.0.3
In server.ts file Try this:
app.engine('html', ngExpressEngine({
bootstrap: AppServerModule,
/*
*@DISABLE inlineCriticalCss
*/
inlineCriticalCss: false,
}))
+1 Angular 15 ng-zorro-antd: 15.1.0
Steps to reproduce
Use the latest version and SSR.
What is expected?
No warnings / errors.
What is actually happening?
I get the following warning in the console every time I log in to the application.