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: dom.getBoundingClientRect check that el is defined #4139

Merged
merged 1 commit into from
Mar 2, 2017

Conversation

brandonocasey
Copy link
Contributor

Description

Verify that el is defined so that we don't throw if we get to this function with an undefined el

Requirements Checklist

  • Feature implemented / Bug fixed
  • Reviewed by Two Core Contributors

@gkatsev
Copy link
Member

gkatsev commented Feb 28, 2017

This makes sense to have but why does the usage end up being called without an el?

Copy link
Member

@misteroneill misteroneill left a comment

Choose a reason for hiding this comment

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

Good with this, but I would echo @gkatsev's question. There's also a problem to fix elsewhere it seems. Probably something not getting cleaned up properly.

@gkatsev
Copy link
Member

gkatsev commented Feb 28, 2017

Should be rebased against master, should make tests run better.

@gkatsev
Copy link
Member

gkatsev commented Mar 2, 2017

Rebased

@gkatsev gkatsev merged commit fb88ae2 into master Mar 2, 2017
@gkatsev gkatsev deleted the fix/check-for-el branch March 24, 2017 22:34
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