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 if this is a bug with async-helpers, but it seems to be.
Example:
{%varfoo="bar"%}{%=console.log(foo)%}
logs out an async id for foo.
Maybe we can expose the helper ids and related objects on the context, along with a convenience method for resolving a value from an id... not sure how or if this would work, but just wanted to throw it out there.