operatorfabric-core
operatorfabric-core copied to clipboard
Archives/Logging : ExpressionChangedAfterItHasBeenCheckedError in ng serve mode (#4768)
Error in console when navigate to archives or logging screen in mode dev (port 4200)
The problem also occurs :
- when you navigate to "user action logs" screen
- when you go to usercard and you choose "User card examples" as service
For the archives/Logging screen, the issue occurs when setDateFilterBounds() is called in ngAfterViewInit(), this changes the value of publishMinDate from null to an object, which causes an error because of the binding in the template line 92 [minDate]="publishMinDate".
Not reproduce , we use now native browser date picker so it may have sold the problem