tensorboard icon indicating copy to clipboard operation
tensorboard copied to clipboard

Dedupe unknown query params from feature flag query params.

Open bmd3k opened this issue 1 year ago • 0 comments

Since #6784 we have seen the unusual behavior where query params for feature flags will be duplicated on the command line.

For example, if we load localhost:6006/?showFlags= it will be rewritten as localhost:6006/?showFlags=&showFlags=.

This change fixes this by deduplicating "unknown" flags with known feature flag query params.

bmd3k avatar Apr 08 '24 16:04 bmd3k