Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting warning about deprecated nz-space-item even when not using them #6549

Closed
joshcomley opened this issue Mar 23, 2021 · 0 comments · Fixed by #6561
Closed

Getting warning about deprecated nz-space-item even when not using them #6549

joshcomley opened this issue Mar 23, 2021 · 0 comments · Fixed by #6561
Assignees

Comments

@joshcomley
Copy link

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:

<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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants