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
In #9191 we accidentally added a global query param which only worked on the static badge.
This implies that when we parse the query params on that badge, we are bypassing globalQueryParams.
My guess is this probably represents oversight rather than intent, but I need to dig into it.
The text was updated successfully, but these errors were encountered:
Refs
In #9191 we accidentally added a global query param which only worked on the static badge.
This implies that when we parse the query params on that badge, we are bypassing
globalQueryParams
.My guess is this probably represents oversight rather than intent, but I need to dig into it.
The text was updated successfully, but these errors were encountered: