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
There are probably some minor API changes. But since this affects the visualization, a fix should include before/after screenshots of the changed components, to verify continuity.
The text was updated successfully, but these errors were encountered:
## Which problem is this PR solving?
Issue #2576
## Description of the changes
* Antd moved from tinycolor to fast-color in their new minor changes
ant-design/ant-design#52107
* I removed/uninstall the @ctrl/tinycolor module and re-install the antd
to latest version as per this
[docs](https://ant.design/docs/react/migration-v5)
## How was this change tested?
* automated testing
* some changes to snapshot (npm run test-ci -- -u)
## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [x] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
- for `jaeger`: `make lint test`
- for `jaeger-ui`: `npm run lint` and `npm run test`
---------
Signed-off-by: Rahul Vishwakarma <[email protected]>
Automatic upgrades are failing
There are probably some minor API changes. But since this affects the visualization, a fix should include before/after screenshots of the changed components, to verify continuity.
The text was updated successfully, but these errors were encountered: