-
Notifications
You must be signed in to change notification settings - Fork 802
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix console error of change in expression value #3550
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gautamjajoo as you have introduced the isAuth
variable. Let's use this variable only at here
Rest LGTM 👍
@Kajol-Kumari I have not replaced it because first the value is |
yes @gautamjajoo but now as we are using |
That's weird as It shouldn't happen ideally. Also, I tried doing the change on my local and it seems to work fine for me. Can you please try testing it again by replacing |
@Kajol-Kumari I did change all the variables. I believe there is some issue with the changing values. Would it be better if we keep it same as |
yeah, we can keep this as this doing the same work but we need to figure out the reason behind it. |
@Kajol-Kumari Replaced with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gautamjajoo please format the comment for ngAfterViewChecked
[The one line gap should be before comment, not after]
Rest, LGTM 👍
@Kajol-Kumari Done the changes! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gautamjajoo can you resolve the merge conflicts
@Ram81 Resolved the merge conflicts! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…opment setup(Cloud-CV#3550) * fix change in expression value * assign value on component initialization * add line Co-authored-by: Rishabh Jain <[email protected]>
Fix the error that occurs in dev mode when the change detection run twice.
Before
After
No error in console.
@Ram81 @Kajol-Kumari