Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Downgrade
react-router-dom-v5-compat
due to breaking change
`[email protected]` introduces a breaking change that affects behaviour of `generatePath`. The presence of the `?` in the URL now triggers the new 'optional route segments' behaviour, and the `?` is given special meaning. This results in broken URLs as named placeholders in the query string are no longer replaced, e.g. `:pipelineName` is output as-is in the URL instead of being replaced with the value of the provided `pipelineName` param. Updating the Dashboard to support this new behaviour will take some time as it's core to how the routes and URLs used for filtering are implemented. Rolling back the update for now to unblock other changes.
- Loading branch information