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 cannot create a link to minimal repro because the stackblitz won't update to 11.3.0 and all the samples appear to be broken or outdated.
Just use:
<nz-space>
</nz-space>
What is expected?
No deprecation warning
What is actually happening?
A deprecation warning
Environment
Info
ng-zorro-antd
11.3.0
Browser
Chrome
The check in components/space/space.component.ts appears to be invalid, as it just checks if a QueryList<NzSpaceItemLegacyComponent> exists and not if it has any values.
The text was updated successfully, but these errors were encountered:
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-ivy?file=package.json
Steps to reproduce
I cannot create a link to minimal repro because the stackblitz won't update to 11.3.0 and all the samples appear to be broken or outdated.
Just use:
What is expected?
No deprecation warning
What is actually happening?
A deprecation warning
The check in
components/space/space.component.ts
appears to be invalid, as it just checks if aQueryList<NzSpaceItemLegacyComponent>
exists and not if it has any values.The text was updated successfully, but these errors were encountered: