-
-
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
PaperRipple Error #1130
Comments
@devotox what ember version are you running? |
|
I'm interested in the |
And this was within a list element
|
@devotox ok, ember version looks good. Was that markup rendered using |
This list is part of the sidenav using the sidenav component. It happens on render and not on click
|
It's not advised to use Still, you shouldn't see that error, I think. Can you try: ...
<PaperItem
class="layout-row layout-align-center-center profile-image-wrapper"
@onClick={{fn this.global.transition "account"}}
>
... |
Tried it with I removed the full list and found there were problems with |
Not sure if this is due to being in an Ember Engine or not but using beta.27 throws this error locally
The text was updated successfully, but these errors were encountered: