You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the mgt-person component, I'm getting this in the console in my Angular application:
reactive-element.js:45 Element mgt-person scheduled an update (generally because a property was set) after an update completed, causing a new update to be scheduled. This is inefficient and should be avoided unless the next update can only be scheduled as a side effect of the previous update. See https://lit.dev/msg/change-in-update for more information.
I also get that for mgt-flyout.
To Reproduce
Steps to reproduce the behavior:
Just adding a mgt-person to my angular component.
Expected behavior
No warning? :)
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
OS: Windows 10
Browser Chrome
Framework Angular 16
Context @microsoft/mgt
Version 3.0.0
Provider Msal2Provider
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Pretty sure that it's to do with the way the baseComponent changes _isLoadingState and schedules a requestUpdate('isLoadingState') during the resolution of requestStateUpdate
Describe the bug
When using the mgt-person component, I'm getting this in the console in my Angular application:
I also get that for mgt-flyout.
To Reproduce
Steps to reproduce the behavior:
Just adding a mgt-person to my angular component.
Expected behavior
No warning? :)
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: