javascript - How can I tell why Meteor autorun is triggered -


i found tracker.autorun runs multiple times, , don't know why, there way find out reactive computation triggered autorun?

tracker.autorun(function(comp) {   comp.oninvalidate(function() {     console.trace();   });    // autorun code here }); 

Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

go - syntax error: unexpected name, expecting semicolon or newline -