Fabian Michael
Fabian Michael
Hi, any news on that?
Hi, what would be the best way to import the helpers of this package? https://github.com/helpers/handlebars-helpers
Nevermind ^^ just put `...handlebarsHelpers` into `helpers: { }`
@buc-htl3r I cannot remember so well but it should be pretty much be done like that: ``` // import the helpers const handlebarsHelpers = require('handlebars-helpers'); // configure the plugin new...
Tried to wrap my head around this. I think inferring the type from onSubmit return type is impossible. But as for that my TS knowledge is a bit limited. So...