-
Notifications
You must be signed in to change notification settings - Fork 10
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
props not being passed through to react component #10
Comments
Are you able to get it working at all with Ember |
It's highly possible some of the Ember internal's this depends upon have changed. Unfortunately I don't have the bandwidth to dig into this right now. |
Digging into it a big, what I've found so far:
I'll post anything else if I uncover more |
I ended up getting it working by not using Testing passing in props worked as well |
Using the
react
helper like in the readme, e.g.{{react componentName='mycomponent' foo=bar }}
this.props.foo
inside the react component is not set. Not working for Ember 1.13+.The text was updated successfully, but these errors were encountered: