vinothsubramanian
vinothsubramanian
We have the same issue for ui-primeng too. I am trying to fix it in my local version by removing the OnPush of ui-primeng controls. However, @Karamuto any idea on...
I also have same issue. Posted in [StackOverflow](https://stackoverflow.com/questions/52255163/how-to-hide-mat-tooltip-when-using-routereusestrategy) and sample in [stackblitz](https://stackblitz.com/edit/mat-tooltip-routereuse )
@nharrer Thanks for the work around. I am not very sure it is right way do native. But it worked for me inside RouteReuseStrategy -> store method `while(document.getElementsByTagName('mat-tooltip-component').length > 0)...
> patch-package If you are new to patch-package, add the below line to [package.json](https://www.npmjs.com/package/patch-package#set-up) to make it work ``` "scripts": { + "postinstall": "patch-package" } ```