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
build: server-side rendering check not failing for async errors (#17745)
If an error is thrown asynchronously during server-side rendering (e.g. in rxjs subscription or a `setTimeout`), it'll be logged to the console but the script will still exit with 0. These changes add an `ErrorHandler` that'll rethrow the errors so that the CI fails properly.
0 commit comments