- SSR prerender errors in
name: Build application step - getBoundingClientRect called during SSR prerender causes build failure
- The CD build has multuple erros during the prerendering step with TypeError: this._el.nativeElement.getBoundingClientRect is not a function. The
IgxStepperComponent.calculateStepDistance and also several other comonents which are using getBoundingClientRect in ngAfterViewInit without guarding for a server-side (Node.js) environment where the DOM API is unavailable.
- git push to igniteui-live-editing-samples rejected due to non-fast-forward in
-name: Push changes step in cd-matrix.yml - The "Push changes" step in the CD matrix workflow fails with a rejected push when the remote vNext/master branch of igniteui-live-editing-samples contains commits not present in the local clone.
https://github.com/IgniteUI/igniteui-angular-samples/actions/workflows/cd-matrix.yml
name: Build applicationstep - getBoundingClientRect called during SSR prerender causes build failureIgxStepperComponent.calculateStepDistanceand also several other comonents which are usinggetBoundingClientRectinngAfterViewInitwithout guarding for a server-side (Node.js) environment where the DOM API is unavailable.-name: Push changesstep incd-matrix.yml- The "Push changes" step in the CD matrix workflow fails with a rejected push when the remote vNext/master branch of igniteui-live-editing-samples contains commits not present in the local clone.https://github.com/IgniteUI/igniteui-angular-samples/actions/workflows/cd-matrix.yml