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

Fix duplicate calls to bind and attached methods #9

Closed
silbinarywolf opened this issue Jan 30, 2019 · 0 comments
Closed

Fix duplicate calls to bind and attached methods #9

silbinarywolf opened this issue Jan 30, 2019 · 0 comments
Labels
bug Something isn't working released

Comments

@silbinarywolf
Copy link
Owner

The problem
Some code is falling over in Cypress only because bind() and attached() are being called twice. Should remove the offending code.

@silbinarywolf silbinarywolf added the bug Something isn't working label Jan 30, 2019
silbinarywolf added a commit that referenced this issue Jan 31, 2019
…hods "bind" and "attached" were called twice by the bootstrap

Fixes #9
silbinarywolf added a commit that referenced this issue Jan 31, 2019
silbinarywolf added a commit that referenced this issue Jan 31, 2019
…hods "bind" and "attached" were called twice by the bootstrap (#10)

* fix(component-tester): remove incorrect behaviour where lifecycle methods "bind" and "attached" were called twice by the bootstrap

Fixes #9

* fix(component-tester): fix lint errors

Fixes #9
@silbinarywolf-travis
Copy link
Collaborator

🎉 This issue has been resolved in version 0.3.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

2 participants