Bump react-router-dom from 6.27.0 to 7.0.1 #247
Annotations
10 errors
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#L45
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
|