On devel, Template.instance() doesn't work inside Template.body #3631
Labels
Comments
Reproduction copied from @rclai:
|
martijnwalraven
pushed a commit
that referenced
this issue
Feb 22, 2016
Fixes #3631 Instead of a collection of top-level views, which it was before
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you call
Template.instance()
inside a helper onTemplate.body
, it throws an exception because the body template doesn't have an associated View.The text was updated successfully, but these errors were encountered: