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>
| Environment | Info |
|---|---|
| ng-zorro-antd | 8.5.0 |
| Browser | Chrome Version 78.0.3904.87 (Official Build) (64-bit) |
Yes, i 'm having the same issue.
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!
Most helpful comment
@wendzhue I can confirm it works. Thanks for the quick fix!