Implement localized message for disabled incremental hot update in de… #178
Annotations
2 errors
|
lint (20.x)
Process completed with exit code 2.
|
|
lint (20.x):
src/context.ts#L50
Argument of type '{ checkUpdate: () => Promise<void>; switchVersion: () => Promise<void>; switchVersionLater: () => Promise<void>; markSuccess: () => void; dismissError: () => void; downloadUpdate: () => Promise<void>; ... 5 more ...; packageVersion: string; }' is not assignable to parameter of type '{ checkUpdate: () => Promise<void | CheckResult>; switchVersion: () => Promise<void>; switchVersionLater: () => Promise<void>; markSuccess: () => void; ... 12 more ...; lastError?: Error | undefined; }'.
|