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

hasBlock always returns true for curly components in beta and canary #18732

Closed
voltidev opened this issue Feb 10, 2020 · 0 comments · Fixed by #18743
Closed

hasBlock always returns true for curly components in beta and canary #18732

voltidev opened this issue Feb 10, 2020 · 0 comments · Fixed by #18743

Comments

@voltidev
Copy link

Here's simplified code with the problem.

{{#card-form card=model as |form|}}
  {{!-- hasBlock will be `false` in 3.14 and `true` in beta and canary --}}
  {{form.submit-button}}

  {{!-- hasBlock will be true in any version --}}
  {{#form.submit-button}}
    Block text
  {{/form.submit-button}}
{{/card-form}}

card-form.hbs:

{{yield
  (hash submit-button=(component "card-submit-button"))
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant