Upgrade packages and adjust backButton on Editor #42
Annotations
1 error and 8 warnings
|
src/types/guards.ts#L6
Unnecessary conditional, the types have no overlap
|
src/lib/image-upload-provider.ts#L80
Unnecessary optional chain on a non-nullish value
|
src/lib/image-upload-provider.ts#L75
Unnecessary optional chain on a non-nullish value
|
src/lib/image-upload-provider.ts#L74
void is not valid as a constituent in a union type
|
src/lib/image-upload-provider.ts#L68
void is not valid as a constituent in a union type
|
src/lib/image-upload-provider.ts#L43
void is not valid as a constituent in a union type
|
src/lib/helpers.ts#L7
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
src/constants/routes.ts#L5
Explicit enum value must only be a literal value (string, number, boolean, etc)
|
The logs for this run have expired and are no longer available.
Loading