refactor(react-image): rename Image -> SuspenseImage #1754
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
Check quality (lint):
configs/test-utils/src/Suspend.tsx#L7
Expected an error object to be thrown
|
Check quality (lint):
configs/test-utils/src/ThrowError.tsx#L33
Expected an error object to be thrown
|
Check quality (lint):
packages/react-image/src/Load.tsx#L54
Expected an error object to be thrown
|
Check quality (lint):
packages/react-image/src/Load.tsx#L60
Expected an error object to be thrown
|
Check quality (lint):
packages/react-image/src/Load.tsx#L71
Expected an error object to be thrown
|
Check quality (lint):
packages/react/src/DevMode.tsx#L12
Invalid JSDoc tag name "experimental"
|
Check quality (lint):
packages/react/src/DevMode.tsx#L16
Missing JSDoc block description
|
Check quality (lint):
packages/react/src/DevMode.tsx#L17
Invalid JSDoc tag name "experimental"
|
Check quality (lint):
packages/react/src/ErrorBoundary.spec.tsx#L51
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
|
Check quality (lint):
packages/react/src/ErrorBoundary.spec.tsx#L69
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
|