Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't nest @partial-block #146

Closed
martyfmelb opened this issue Aug 21, 2017 · 1 comment
Closed

Can't nest @partial-block #146

martyfmelb opened this issue Aug 21, 2017 · 1 comment

Comments

@martyfmelb
Copy link

This code causes a stack overflow:

pagetemplate.html

    {{#> responsiveblock}}
        {{> @partial-block }}
    {{/responsiveblock}}

responsiveblock.html

  <div>
    {{> @partial-block }}
  </div>

Updating package.json from

"handlebars": "4.0.5",

to

"handlebars": "4.0.8",

fixes it, probably due to inclusion of bugfix for handlebars-lang/handlebars.js#1252.

@dougwilson
Copy link
Contributor

Thanks for your issue! I am trying to help with maintenance on this repo and am going through open issues today. The package owner has just released a version 4.0.2 that includes this package bump 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants