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(google-maps): server-side rendering error from map clusterer (#21049)
We have a guard around trying to initialize the clusterer on the server, but there's
some more logic in `ngAfterContentInit` that will end up throwing if it hasn't been
initialized.
Also adds a server-side rendering check.
0 commit comments