Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle undefiled unknown query params gracefully #6793

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

rileyajones
Copy link
Contributor

Motivation for features / changes

The internal deeplink provider doesn't know about unknownQueryParams yet and as such dispatches stateRehydratedFromUrl without defining a value for unknownQueryParams. This leads to a null pointer being thrown when loading in from the experiment list view. By defining a default value this null state can never occur.

@rileyajones rileyajones requested a review from bmd3k March 15, 2024 22:25
@rileyajones rileyajones merged commit 9ef171f into tensorflow:master Mar 18, 2024
13 checks passed
AnuarTB pushed a commit to AnuarTB/tensorboard that referenced this pull request May 3, 2024
## Motivation for features / changes
The internal deeplink provider doesn't know about `unknownQueryParams`
yet and as such dispatches `stateRehydratedFromUrl` without defining a
value for `unknownQueryParams`. This leads to a null pointer being
thrown when loading in from the experiment list view. By defining a
default value this null state can never occur.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants