-
-
Notifications
You must be signed in to change notification settings - Fork 333
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 support / hasBlock support #86
Comments
If you could point me in the right direction I could take a crack at getting a PR going |
@SirZach, ember-try tests against ember canary. Looks like the tests are passing in ember canary. What is exactly the problem? What don't the buttons show up? |
I'll try with 0.1.0 tonight. The text in the buttons were not showing up. On Wed, May 27, 2015, 6:23 AM Miguel Andrade [email protected]
|
How did it go? |
I'm seeing that if I use the buttons as block components then the text on the button doesn't show up. If I switch it over to a non-block component and set the text to the label attribute, it'll show up. |
Nice. A failing test would be awesome. |
Looks like the way to go now is using |
I'll take a crack at spinning up a PR although not sure when you can merge it since I'm not sure when you want to start supporting glimmer... |
Ideally we should support the same versions that ember-try tests, and that includes Glimmer. |
So I've been playing around with some tests and whatnot and have found that if I use ember-1.13 or later then using |
currently dealing with a bug where the actual implementation for |
When emberjs/ember.js#11313 is merged in, we'll be able to continue to check for |
Bingo. 👍 |
Closed via #113. |
After upgrading to ember/canary to get the glimmer engine, paper-buttons no longer show up in the app. I'm not entirely sure why this is breaking.
The text was updated successfully, but these errors were encountered: