in my project, i have a couple of templates that are registered at run time and on the other hand, in my main render, i simply render the, the issue is , the rendering working correctly, since i had an update from verion 3.5 to 4.3.
Js structure
modules { module: "my template name registred by register_partial" }
{{#each modules}} {{> (module) content df_style=true }} {{/each}}
(module): is actually a variable containing registeredd template name , i face error "helper not found" on handlebars version 4,
it would be great if u could help me with the issue,
regards,
moji
in my project, i have a couple of templates that are registered at run time and on the other hand, in my main render, i simply render the, the issue is , the rendering working correctly, since i had an update from verion 3.5 to 4.3.
Js structure
modules { module: "my template name registred by register_partial" }{{#each modules}} {{> (module) content df_style=true }} {{/each}}(module): is actually a variable containing registeredd template name , i face error "helper not found" on handlebars version 4,
it would be great if u could help me with the issue,
regards,
moji