@@ -28,6 +28,7 @@ const ResultView = Component.makeUntraced("Result")(function*() {
|
||||
Effect.andThen(response => response.json),
|
||||
Effect.andThen(Schema.decodeUnknown(Post)),
|
||||
),
|
||||
staleTime: "10 seconds",
|
||||
})
|
||||
|
||||
const mutation = yield* Mutation.make({
|
||||
|
||||
Reference in New Issue
Block a user