【发布时间】:2019-12-11 10:09:33
【问题描述】:
我在运行 Salesforce 临时组织应用程序时收到此错误;
aura_proddebug.js:274 Uncaught (in promise) TypeError: Cannot read property 'Symbol(ViewModel)' of undefined
at getInternalField (aura_proddebug.js:274)
at Object.update (aura_proddebug.js:1793)
at updateCustomElmDefaultHook (aura_proddebug.js:5627)
at Object.update (aura_proddebug.js:5779)
at patchVnode (aura_proddebug.js:5021)
at updateStaticChildren (aura_proddebug.js:5000)
at aura_proddebug.js:5542
at runWithBoundaryProtection (aura_proddebug.js:8255)
at updateChildrenHook (aura_proddebug.js:5541)
at Object.update (aura_proddebug.js:5751)
以前有人经历过吗?
【问题讨论】:
-
这个问题的正确位置应该是 salesforce.stackexchange.com - 那里有一个类似的问题:salesforce.stackexchange.com/questions/262389/…
-
感谢@GrafiCode 的指点
标签: javascript salesforce salesforce-lightning lwc