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
Would be nice if you could open a PR with a fix and a test-case. I'm not sure if this would be a breaking change, since some helpers may rely on the _parent-object not to be present. 🤔
Consider the following two uses of a custom helper that needs to know information about the evaluation context in which it's been run:
In the first case, my helper receives an options object with the following useful data fields:
But the second example gives me nothing to work with:
How can I implement the described helper which will also work in a
with
evaluation context?The text was updated successfully, but these errors were encountered: