catalogicsoftware / ngx-dynamic-dashboard-framework

This is a JSON driven angular x based dashboard framework that is inspired by JIRA's dashboard implementation and https://github.com/raulgomis/angular-dashboard-framework
MIT License
187 stars 95 forks source link

ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'inRun: false'. Current value: 'inRun: true' . #22

Closed ashutosh15aashu closed 5 years ago

ashutosh15aashu commented 5 years ago

Why this is raising at the time of execution?

NewsGadgetComponent.html:4 ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'inRun: false'. Current value: 'inRun: true'. at viewDebugError (core.js:20342) at expressionChangedAfterItHasBeenCheckedError (core.js:20330) at checkBindingNoChanges (core.js:20432) at checkNoChangesNodeInline (core.js:23307) at checkNoChangesNode (core.js:23292) at debugCheckNoChangesNode (core.js:23896) at debugCheckDirectivesFn (core.js:23824) at Object.eval [as updateDirectives] (NewsGadgetComponent.html:4) at Object.debugUpdateDirectives [as updateDirectives] (core.js:23813) at checkNoChangesView (core.js:23191)

jayhamilton commented 5 years ago

This error occurs while running in developer mode and is a known behavior of change detection. Try to see if it occurs after building in production mode.