feat(runtime-core): improve render context warning (#2496)
Co-authored-by: Thorsten Luenborg <t.luneborg@googlemail.com>
This commit is contained in:
parent
01fdbf4b06
commit
288ae0a8d9
@ -349,7 +349,7 @@ export const PublicInstanceProxyHandlers: ProxyHandler<any> = {
|
||||
)} must be accessed via $data because it starts with a reserved ` +
|
||||
`character ("$" or "_") and is not proxied on the render context.`
|
||||
)
|
||||
} else {
|
||||
} else if (instance === currentRenderingInstance) {
|
||||
warn(
|
||||
`Property ${JSON.stringify(key)} was accessed during render ` +
|
||||
`but is not defined on instance.`
|
||||
|
Loading…
x
Reference in New Issue
Block a user