Skip to content

ref(discover): migrate queryList off browserHistory#115913

Merged
evanpurkhiser merged 1 commit into
masterfrom
evanpurkhiser/ref-discover-migrate-querylist-off-browserhistory
May 20, 2026
Merged

ref(discover): migrate queryList off browserHistory#115913
evanpurkhiser merged 1 commit into
masterfrom
evanpurkhiser/ref-discover-migrate-querylist-off-browserhistory

Conversation

@evanpurkhiser
Copy link
Copy Markdown
Member

Replace the three browserHistory.push calls in QueryList with this.props.navigate, supplied by a small function wrapper that calls useNavigate().

Drops browserHistory usages in static/ from 53 → 50.

Replace the three `browserHistory.push` calls in `QueryList` with
`this.props.navigate`, supplied by a small function wrapper that calls
`useNavigate()`.
@evanpurkhiser evanpurkhiser requested a review from a team as a code owner May 20, 2026 17:50
@evanpurkhiser evanpurkhiser enabled auto-merge (squash) May 20, 2026 17:50
@evanpurkhiser evanpurkhiser requested review from a team and removed request for a team May 20, 2026 17:50
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 20, 2026
@github-actions
Copy link
Copy Markdown
Contributor

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.57%

@evanpurkhiser evanpurkhiser merged commit e42f002 into master May 20, 2026
72 checks passed
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/ref-discover-migrate-querylist-off-browserhistory branch May 20, 2026 17:56
JonasBa pushed a commit that referenced this pull request May 21, 2026
Replace the three `browserHistory.push` calls in `QueryList` with
`this.props.navigate`, supplied by a small function wrapper that calls
`useNavigate()`.

Drops `browserHistory` usages in `static/` from 53 → 50.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants