Skip to content

Commit 871df0c

Browse files
mfazekasCopilot
andauthored
Update example/src/pages/OutOfBandAssetsWithSuspense.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e819b22 commit 871df0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/src/pages/OutOfBandAssetsWithSuspense.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const ImageURLSlow =
6767
`https://app.requestly.io/delay/${delay}/https://picsum.photos/id/374/500/500` as const;
6868
const ImageInvalidURL = 'not-a-valid-url' as const;
6969

70-
type ImageURLS = typeof ImageURL1 | typeof ImageURL2 | typeof ImageURLSlow;
70+
type ImageURLS = typeof ImageURL1 | typeof ImageURL2 | typeof ImageURLSlow | typeof ImageInvalidURL;
7171

7272
const imagePromises = new Map<string, Promise<RiveImage>>();
7373

0 commit comments

Comments
 (0)