@@ -20,7 +20,7 @@ const RouteComponent = Component.make(function* AsyncRendering() {
|
||||
onChange={e => setInput(e.target.value)}
|
||||
/>
|
||||
|
||||
<VMemoizedAsyncComponent fallback={<p>Loading memoized...</p>} />
|
||||
<VMemoizedAsyncComponent fallback={React.useMemo(() => <p>Loading memoized...</p>, [])} />
|
||||
<VAsyncComponent />
|
||||
</Flex>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user