This commit is contained in:
@@ -9,8 +9,8 @@ import * as React from "react"
|
||||
|
||||
// Generator version
|
||||
const RouteComponent = Component.make(function* AsyncRendering() {
|
||||
const VMemoizedAsyncComponent = yield* Component.useFC(MemoizedAsyncComponent)
|
||||
const VAsyncComponent = yield* Component.useFC(AsyncComponent)
|
||||
const VMemoizedAsyncComponent = yield* MemoizedAsyncComponent
|
||||
const VAsyncComponent = yield* AsyncComponent
|
||||
const [input, setInput] = React.useState("")
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user