We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://stackblitz.com/edit/ng-zorro-antd-start-q78kmv
Same as above but with v8.4.1 and it works as expected https://stackblitz.com/edit/ng-zorro-antd-start-zy6nrq
When a router link element (or just something that routes) have a tooltip it'll throw the below error
Error: Uncaught (in promise): Error: ViewDestroyedError: Attempt to use a destroyed view: detectChanges
<button nz-button nzType="primary" nz-tooltip nzTooltipTitle="TOOLTIP!" routerLink="extra" > Click me </button>
The text was updated successfully, but these errors were encountered:
Yes, i 'm having the same issue.
Sorry, something went wrong.
Will be closed in #4418.
Please help us revalidate when 8.5.1 is released. Thank you!
@wendzhue I can confirm it works. Thanks for the quick fix!
wzhudev
No branches or pull requests
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-q78kmv
Steps to reproduce
What is expected?
Same as above but with v8.4.1 and it works as expected
https://stackblitz.com/edit/ng-zorro-antd-start-zy6nrq
What is actually happening?
When a router link element (or just something that routes) have a tooltip it'll throw the below error
Example
The text was updated successfully, but these errors were encountered: