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

Can't use the Reflux.ListenerMixin and Reflux.connect() in the same component #118

Closed
KyleAMathews opened this issue Nov 10, 2014 · 2 comments
Labels

Comments

@KyleAMathews
Copy link
Contributor

It throws this error:

Can't have other property 'hasListener' when using Reflux.listenTo!

@krawaller
Copy link
Contributor

I've made a pull request (#131) that fixes this.

However, note that since connect will dynamically include the methods from ListenerMixin, you don't need to explicitly add ListenerMixin too!

@KyleAMathews
Copy link
Contributor Author

Ah great! Thanks!
On Thu, Nov 20, 2014 at 8:11 AM Krawaller [email protected] wrote:

I've made a pull request (#131
#131) that fixes this.

However, note that since connect will dynamically include the methods from
ListenerMixin, you don't need to explicitly add ListenerMixin too!


Reply to this email directly or view it on GitHub
#118 (comment).

@spoike spoike closed this as completed in 2547a94 Nov 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants