We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5897d commit bf4893cCopy full SHA for bf4893c
packages/runtime-core/src/helpers/withMemo.ts
@@ -2,7 +2,7 @@ import { currentBlock, isBlockTreeEnabled, VNode } from '../vnode'
2
3
export function withMemo(
4
memo: any[],
5
- render: () => VNode,
+ render: () => VNode<any, any>,
6
cache: any[],
7
index: number
8
) {
0 commit comments