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

🐛 added innerHeight to props destructure #85

Merged
merged 1 commit into from
Feb 12, 2018

Conversation

brandonmp
Copy link
Contributor

innerHeight was being referenced in the guard at the top of the component, but since it wasn't destructured from props in the func param, it was undefined.

🐛 Bug Fix

`innerHeight` was being referenced in the guard at the top of the component, but since it wasn't destructured from props in the func param, it was undefined.
@coveralls
Copy link

coveralls commented Feb 11, 2018

Coverage Status

Coverage decreased (-0.4%) to 84.04% when pulling 11d224e on brandonmp:patch-1 into 918b905 on williaster:master.

@williaster
Copy link
Owner

Thanks @brandonmp 🙌 Will try to get a new version out this week with the change.

@williaster williaster merged commit c521c95 into williaster:master Feb 12, 2018
@williaster
Copy link
Owner

Will fix the now-failing tests in another PR.

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.

None yet

3 participants