Closed andreasgerstmayr closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.61%. Comparing base (
3c88048
) to head (2344b6b
). Report is 10 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hm, somehow the s390x build is stuck because of the upgrade to yarn v3. I'll see with IBM if we can get this resolved.
We went with npm instead #2462
Which problem is this PR solving?
Description of the changes
Thelint
step is broken at the moment, because TypeScript incorrectly resolves the typings for react-router v5 with the types from react-router v6 (installed as a dependency ofreact-router-dom-v5-compat
) instead of@types/react-router-dom
. I'm not sure why this works correctly with yarn v1 though. See https://github.com/remix-run/react-router/discussions/9892How was this change tested?
yarn start
Checklist
jaeger
:make lint test
jaeger-ui
:yarn lint
andyarn test