Bump react-router-dom from 6.27.0 to 7.1.0 #276
Annotations
10 errors and 1 warning
build (20.x):
src/app/components/User/User.tsx#L23
Promise-returning function provided to attribute where a void return was expected
|
build (20.x):
src/app/hooks/useURLState.ts#L20
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
|
build (20.x):
src/app/pages/AddressPage/AddressPage.tsx#L58
Promise-returning function provided to attribute where a void return was expected
|
build (20.x):
src/app/pages/AddressPage/HoaCases.tsx#L45
Promise-returning function provided to attribute where a void return was expected
|
build (20.x):
src/app/pages/CaseCreatePage/CaseCreatePage.tsx#L37
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
|
build (20.x):
src/app/pages/CaseCreatePage/CaseCreatePage.tsx#L59
Promise-returning function provided to attribute where a void return was expected
|
build (20.x):
src/app/pages/CaseDetailsPage/CaseDetailsPage.tsx#L46
Promise-returning function provided to attribute where a void return was expected
|
build (20.x):
src/app/pages/CasesPage/CasesPage.tsx#L48
Promise-returning function provided to attribute where a void return was expected
|
build (20.x):
src/app/pages/SearchPage/SearchResults/SearchResults.tsx#L29
Promise-returning function provided to attribute where a void return was expected
|
build (20.x):
src/app/pages/TasksPage/TaskPage.tsx#L53
Promise-returning function provided to attribute where a void return was expected
|
build (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|