bug(MatTooltip): Tooltips not working in 19.1.4 on ssr page: TypeError: t is not iterable #30498
Closed
1 task done
Labels
area: material/tooltip
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Is this a regression?
The previous version in which this bug was not present was
19.1.3
Description
In Version 19.1.4 of @angular/material the tooltips stopped working on all elements (buttons, div etc.) when i load the server side rendered page.
Maybe a problem with hydration of the MatTooltip!?
if i navigate in the app to another component and back then it works again.
I get this stack trace error:
Reproduction
I could not provide a working StackBlitz example. I think it is because of the server side rendering + hydration.
Expected Behavior
MatToolTip should be shown. It worked in Version 19.1.3
Actual Behavior
Error. MatToolTip is not shown
Environment
The text was updated successfully, but these errors were encountered: