feat: Updates to using ResultView to handle errors.

This commit is contained in:
2026-01-10 20:14:59 -05:00
parent 20065ebf10
commit 1446540109
3 changed files with 250 additions and 124 deletions

View File

@@ -55,7 +55,7 @@ extension ViewController: DependencyKey {
// FIX: Fix.
public static let liveValue = Self(
view: { request in
try await request.render()
await request.render()
}
)
}