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

[FEAT] assert that actions cannot be sent from a destroyed/destroying object #16387

Merged
merged 2 commits into from
Mar 22, 2018

Conversation

runspired
Copy link
Contributor

@runspired runspired commented Mar 21, 2018

No description provided.

@runspired runspired force-pushed the assert-send-on-destroy branch from eadf51b to e00f26a Compare March 22, 2018 00:30

this.render('{{rip-alley}}');

runDestroy(component);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’d vaguely prefer a more natural way to destroy the component, e.g. render it in an if and toggle the condition

What do you think?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rwjblue didn't think of that, but I agree sticking closer to real world is best. Will update to that. Do we have a helper or do I need to wrap a set in a run?

@runspired
Copy link
Contributor Author

The failure is that browserstack timed out, all else passed. Can we reboot that?

@rwjblue
Copy link
Member

rwjblue commented Mar 22, 2018

ya, I kicked that one..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants