We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70ca5d commit 50602ecCopy full SHA for 50602ec
packages/runtime-vapor/src/components/KeepAlive.ts
@@ -116,7 +116,7 @@ export const VaporKeepAliveImpl: ObjectVaporComponent = defineVaporComponent({
116
const cacheBlock = () => {
117
// TODO suspense
118
const block = keepAliveInstance.block!
119
- const [innerBlock, interop] = getInnerBlock(block)!
+ const [innerBlock, interop] = getInnerBlock(block)
120
if (!innerBlock || !shouldCache(innerBlock, props, interop)) return
121
innerCacheBlock(
122
interop ? innerBlock.vnode!.type : innerBlock.type,
0 commit comments