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

Hotfix: Ensure that recieved is not null | undefined #6

Merged
merged 1 commit into from Jun 4, 2018

Conversation

blake-newman
Copy link
Contributor

  • Ensure that recieved property is not null or undefined
  • Currently if this is the case then it breaks, as recieved[0] && recieved.isVueInstance is not executable

- Ensure that `recieved` property is not `null` or `undefined`
- Currently if this is the case then it breaks, as `recieved[0]` && `recieved.isVueInstance` is not executable
@eddyerburgh eddyerburgh merged commit 69b2553 into eddyerburgh:master Jun 4, 2018
@blake-newman blake-newman deleted the patch-1 branch June 4, 2018 14:44
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

2 participants