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
hbs.registerAsyncHelper('testAsync',(key,cb)=>{cb('ok')})constt=hbs.compile('Hello {{testAsync}}')console.log(t({}))// Throws: Could not find resolver cache in async helper testAsync.
But works with hbs.registerHelper
The text was updated successfully, but these errors were encountered:
But works with hbs.registerHelper
The text was updated successfully, but these errors were encountered: