ngx-chess-board icon indicating copy to clipboard operation
ngx-chess-board copied to clipboard

Error ExpressionChangedAfterItHasBeenCheckedError on render board

Open dimmykarson opened this issue 1 year ago • 1 comments

When I try to render a board in an angular 13 project with material design the following error occurs:

core.mjs:6500 ERROR Error: NG0100: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value for 'transform': 'translate3d(NaNpx, NaNpx,0px)'. Current value: 'translate3d(0px, 62.5px,0px)'.. Find more at https://angular.io/errors/NG0100 at throwErrorIfNoChangesMode (core.mjs:6748:11) at bindingUpdated (core.mjs:12724:17) at checkStylingProperty (core.mjs:16465:32) at Module.ɵɵstyleProp (core.mjs:16354:5) at NgxChessBoardComponent_div_3_Template (ngx-chess-board.mjs:3028:1866) at executeTemplate (core.mjs:9633:9) at refreshView (core.mjs:9499:13) at refreshEmbeddedViews (core.mjs:10624:17) at refreshView (core.mjs:9523:9) at refreshComponent (core.mjs:10670:13)

dimmykarson avatar Oct 04 '22 16:10 dimmykarson