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
As you can see Node shows himself and next shows this child with partial(> Node partial registered by Handlebars.registerPartial("Node", Handlebars.templates.Node)). In short > Node references himself to show his child
RangeError: Maximum call stack size exceeded
at Object.templates.Node.template.main (/home/alexey2baranov/htdocs/kp-client/src/templates.js:6:224)
at main (/home/alexey2baranov/htdocs/kp-client/node_modules/handlebars/dist/cjs/handlebars/runtime.js:173:32)
at ret (/home/alexey2baranov/htdocs/kp-client/node_modules/handlebars/dist/cjs/handlebars/runtime.js:176:12)
at Object.invokePartial (/home/alexey2baranov/htdocs/kp-client/node_modules/handlebars/dist/cjs/handlebars/runtime.js:268:12)
at Object.invokePartialWrapper as invokePartial
at Object.templates.Node.template.main (/home/alexey2baranov/htdocs/kp-client/src/templates.js:8:28)
at main (/home/alexey2baranov/htdocs/kp-client/node_modules/handlebars/dist/cjs/handlebars/runtime.js:173:32)
at ret (/home/alexey2baranov/htdocs/kp-client/node_modules/handlebars/dist/cjs/handlebars/runtime.js:176:12)
at Object.invokePartial (/home/alexey2baranov/htdocs/kp-client/node_modules/handlebars/dist/cjs/handlebars/runtime.js:268:12)
at Object.invokePartialWrapper as invokePartial
The text was updated successfully, but these errors were encountered:
Hello! Hire is my template with partial. Can you help me to get him correct
As you can see Node shows himself and next shows this child with partial(> Node partial registered by Handlebars.registerPartial("Node", Handlebars.templates.Node)). In short > Node references himself to show his child
Now when I run this template
I would like to see this HTML
But get Error
The text was updated successfully, but these errors were encountered: