MutationObserver is not defined error in SSR/prerender #13910
Labels
angular: ssr
💥 severity: critical
🐛 bug
Any issue that describes a bug
button-group
📉 regression
version: 17.0.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
The
igx-buttongroup
component references aMutationObserver
type inngAfterViewInit
code, which is not available in server platforms.Steps to reproduce
igx-buttongroup
to the first view.Result
Build fails with an error.
Expected result
Build should succeed.
Attachments
The text was updated successfully, but these errors were encountered: