core icon indicating copy to clipboard operation
core copied to clipboard

Fix NG0100: ExpressionChangedAfterItHasBeenCheckedError in DotDeviceSelectorComponent

Open oidacra opened this issue 2 years ago • 1 comments

Describe the bug When you go to edit a page, in console show this error: NG0100: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'undefined'. Current value: '[object Object]'. Find more at https://angular.io/errors/NG0100

To Reproduce Steps to reproduce the behavior:

  1. Go to Site Browser, and double click a page (to go to edit page)
  2. See error in console: Screen Shot 2022-07-22 at 12.20.31 PM.png

Expected behavior Fix the error in DotDeviceSelectorComponent .

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

oidacra avatar Jul 22 '22 17:07 oidacra

PR: https://github.com/dotCMS/core/pull/22643

dsilvam avatar Aug 03 '22 21:08 dsilvam

Not seeing specific error in console. image

victoralfaro-dotcms avatar Aug 24 '22 17:08 victoralfaro-dotcms

Fixed, tested on release 22.09 // Docker // FF

New card releted to the other errors here: #22848

bryanboza avatar Aug 24 '22 21:08 bryanboza