core
core copied to clipboard
Fix NG0100: ExpressionChangedAfterItHasBeenCheckedError in DotDeviceSelectorComponent
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:
- Go to Site Browser, and double click a page (to go to edit page)
- See error in console:
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.
PR: https://github.com/dotCMS/core/pull/22643
Not seeing specific error in console.
Fixed, tested on release 22.09 // Docker // FF
New card releted to the other errors here: #22848