In a Meteor app I get the following error:
Tracker.afterFlush: t.document.querySelector(...) is null
In my app, sometimes there is no match and it is normal.
So why would Tracker.afterFlush even warn me of this and how could I get rid of this error ?