简体   繁体   English

客户端控制台上的Meteor.js错误

[英]Meteor.js errors on the client console

What does this error mean? 这个错误是什么意思? I have a bunch of them in a bundled version of my meteor app. 我的流星应用程序的捆绑版本中有很多。

Exception from Deps afterFlush function: TypeError: Cannot read property '_spark_y3zPMfQWJhDD6vSoY' of null

This error usually comes up when you move some Meteor rendered DOM elements using non-Meteor code (ie jQuery). 当您使用非流星代码(即jQuery)移动一些由流星渲染的DOM元素时,通常会出现此错误。 Then, when Meteor goes to look for those DOM elements after a reactivity change, it can't find them and complains. 然后,当反应性更改后,流星去寻找那些DOM元素时,它找不到并抱怨。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM