0.2.2 #31

Merged
Thilawyn merged 184 commits from next into master 2026-01-16 17:05:31 +01:00
Showing only changes of commit 56f05e93e7 - Show all commits

View File

@@ -38,10 +38,8 @@ const ResultView = Component.makeUntraced("Result")(function*() {
)} )}
</Container> </Container>
) )
}).pipe( })
Component.withRuntime(runtime.context)
)
export const Route = createFileRoute("/result")({ export const Route = createFileRoute("/result")({
component: ResultView component: Component.withRuntime(ResultView, runtime.context)
}) })