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 bb65eaa commit 61b22bfCopy full SHA for 61b22bf
runtime/proxy.js
@@ -65,6 +65,8 @@ const relayInternalMethods = (proxy, cmp) => {
65
.forEach(key => {
66
delete proxy[key]
67
})
68
+ // guard: no component
69
+ if (!cmp) return
70
// proxy current $$ props to the actual component
71
Object.keys(cmp)
72
.filter(isInternal)
0 commit comments