You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure that there's an easy answer to this. The {{name}} here is essentially being converted into {{obj.name}} which explains your error. Possibly we could have a try/catch statement that then tries helperMissing. I'm not sure if this is the right solution though.
Calling helperMissing does not seem right here. 0872fb6 fixes the exception, causing no output from the with block if the object is undefined. If you need to have handling for the missing with case I would recommend adding an {{#unless obj}} block before or after your with call to output the content that you need for that case. i.e.
You would expect the following to call
helperMissing
:but instead an error is thrown:
The text was updated successfully, but these errors were encountered: