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
More of a question than issue (I hope), but is there a risk of the widgets React conflicting with the host if they're also using React? We're mounting to the shadow DOM to encapsulate our styles and prevent conflicts with the host but as far as I know it does not provide any protection against script conflicts.