You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(toaster): Unexpected state: no hydration info available for a given TNode, which represents a view container. [Expected=> null != undefined <=Actual] - ensure that the contentToasts is available before accessing it - tempfix
// Ensure that the contentToasts is available before accessing it
90
+
// temp fix for: ASSERTION ERROR: Unexpected state: no hydration info available for a given TNode, which represents a view container. [Expected=> null != undefined <=Actual]
91
+
this.contentToasts();
92
+
});
93
+
87
94
readonlyhostClasses=computed(()=>{
88
95
constplacement=this.placement;
89
96
constposition=this.position();
@@ -143,7 +150,7 @@ export class ToasterComponent implements OnInit {
0 commit comments