Update react-router monorepo to v7 #5314
Annotations
4 errors and 1 warning
frontend:
frontend/src/modules/books/BookPage.tsx#L21
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
|
frontend:
frontend/src/modules/books/EditBookPage.tsx#L55
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
|
frontend:
frontend/src/modules/books/RegisterBookPage.tsx#L57
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
|
frontend
Process completed with exit code 1.
|
frontend
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|