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

[Glimmer] Inside component template, binding to the a property same as component's name in camelCase causes assertion error #11183

Closed
XrXr opened this issue May 16, 2015 · 1 comment
Milestone

Comments

@XrXr
Copy link

XrXr commented May 16, 2015

If there is a component named good-day, and there is a property named goodDay in that component, trying to bind to goodDay inside the component's template will cause an assertion error

Uncaught Error: Assertion Failed: You canot use 'goodDay' as a component name. Component names must contain a hyphen.

JSBin

Currently reproducible on 1.13.0 beta 1 and Canary, works on 1.12.0

@rwjblue rwjblue added this to the 1.13.0 milestone May 18, 2015
@rwjblue
Copy link
Member

rwjblue commented May 20, 2015

Fixed by #11222.

@rwjblue rwjblue closed this as completed May 20, 2015
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

No branches or pull requests

2 participants