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
fix(smus): Fix potential race condition bug on getting context
**Description**
We were seeing intermittent issues where sometimes the context was
being returned as undefined.
Setting it at the start of the activation to ensure the the context is
available always.
**Motivation**
Bug fix
**Testing Done**
Tested manually locally.
0 commit comments