From 8dd40d3365210c9b14ec4a3293d98fa811f4c368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Tue, 3 Mar 2026 15:39:38 +0100 Subject: [PATCH] Fix --- packages/example/src/routes/async.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/example/src/routes/async.tsx b/packages/example/src/routes/async.tsx index 602881d..a443dab 100644 --- a/packages/example/src/routes/async.tsx +++ b/packages/example/src/routes/async.tsx @@ -34,6 +34,7 @@ class AsyncFetchPostView extends Component.make("AsyncFetchPostView")(function*( ) }).pipe( Async.async, + Async.withOptions({ defaultFallback: Loading post... }), Memoized.memoized, ) {} @@ -50,9 +51,7 @@ const AsyncRouteComponent = Component.make("AsyncRouteView")(function*() { onValueChange={flow(Array.head, Option.getOrThrow, setId)} /> - Loading...}> - - + )