Bump react-router-dom from 6.28.0 to 7.1.2 #4293
Annotations
10 errors and 1 warning
Run tests
Cannot find module 'react-router/dom' or its corresponding type declarations.
|
Run tests:
imports/client/components/App.tsx#L169
Promise-returning function provided to attribute where a void return was expected
|
Run tests:
imports/client/components/App.tsx#L210
Promise returned in function argument where a void return was expected
|
Run tests:
imports/client/components/HuntApp.tsx#L53
Promise-returning function provided to attribute where a void return was expected
|
Run tests:
imports/client/components/HuntApp.tsx#L100
Promise-returning function provided to attribute where a void return was expected
|
Run tests:
imports/client/components/HuntEditPage.tsx#L338
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run tests:
imports/client/components/JoinHunt.tsx#L16
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run tests:
imports/client/components/UserInvitePage.tsx#L61
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run tests:
tests/acceptance/authentication.tsx#L87
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run tests:
tests/acceptance/authentication.tsx#L112
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading