micahstubbs commented on issue #2095: URL: https://github.com/apache/helix/issues/2095#issuecomment-1135205408
This causes the one of the issues: > You may see ExpressionChangedAfterItHasBeenChecked errors that were not detected before when using the async pipe. The error could previously have gone undetected because two WrappedValues are considered "equal" in all cases for the purposes of the check, even if their respective unwrapped values are not. In version 10, WrappedValue has been removed. the solution is the replace `async` with `waitForAsync`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
