chore: Chore mergeback release 8.4.0 branch into edge (#18077) #54596
Annotations
10 warnings
js checks:
app-shell-odd/src/http.ts#L102
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
|
js checks:
app-shell-odd/src/http.ts#L131
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
|
js checks:
app-shell-odd/src/main.ts#L42
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
|
js checks:
app-shell-odd/src/main.ts#L52
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
|
js checks:
app-shell-odd/src/main.ts#L98
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
|
js checks:
app-shell-odd/src/main.ts#L157
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
|
js checks:
app-shell-odd/src/main.ts#L158
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
|
js checks:
app-shell-odd/src/main.ts#L174
Unexpected nullable object value in conditional. An explicit null check is required
|
js checks:
app-shell-odd/src/notifications/connect.ts#L40
Promise-returning function provided to property where a void return was expected
|
js checks:
app-shell-odd/src/notifications/connect.ts#L69
Use a ! assertion to more succinctly remove null and undefined from the type
|