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
With switching to glow we got safe wrappers for GL id types that are Option. Some places still handle this manually (marked in code with TODO(#34300)). We should use glow types every where and remove unwraps where possible.