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
Registering all helpers, render and unregister all helpers work.
Registering all helpers again is not possible, all handlebars-helpers references are deleted.
const helpers = require('handlebars-helpers')
let handlebarsHelpers = helpers() // object with all helpers
// ... register, render, unregister ...
handlebarsHelpers = helpers() // results an empty object `{}` after unregister.
´´´
Handlebars 4.1.2
Would be cleaner not to autoregister the helpers, or provide an unregister method.
The text was updated successfully, but these errors were encountered:
Registering all helpers, render and unregister all helpers work.
Registering all helpers again is not possible, all handlebars-helpers references are deleted.
The text was updated successfully, but these errors were encountered: