After the release 0.7.2 I got a lot of "Exception in template helper: TypeError: Cannot read property 'rootUrl' of undefined" messages.
This happened after the fix of #77, in the helper we got two findOnes with an immediate call to a property, and the finds returns null until the mirror is up, so the console gets lots of errors because of this.
After the release 0.7.2 I got a lot of "Exception in template helper: TypeError: Cannot read property 'rootUrl' of undefined" messages.
This happened after the fix of #77, in the helper we got two findOnes with an immediate call to a property, and the finds returns null until the mirror is up, so the console gets lots of errors because of this.
Cheers.