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

Sjv improve error logging #597

Closed

Conversation

SteveVitali
Copy link
Contributor

Hey guys, these are some changes from the hackathon a few weeks ago that I never got around to making a PR for.

// The only case where this should evaluate to false is
// when `element` is a containerClose/containerOpen object
const componentType = typeof element.type === 'function'
? element.props.children.type.name
Copy link
Contributor

Choose a reason for hiding this comment

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

Whoa, does this always work? Can we ditch PageUtil.getElementDisplayName (or gut it and put this in there)?

@gigabo
Copy link
Contributor

gigabo commented Aug 19, 2016

@SteveVitali This is awesome!

@lidawang Have you seen this?!

@gigabo
Copy link
Contributor

gigabo commented Aug 19, 2016

Hrm... travis doesn't like it.

I'll pull it down and see if I can figure out what's going on with the build.

@gigabo
Copy link
Contributor

gigabo commented Aug 19, 2016

Oh... @SteveVitali looks like you're on a pretty (~1 month) old base.

A rebase onto current master might clear up the travis error.

@gigabo
Copy link
Contributor

gigabo commented Aug 26, 2016

Thanks @SteveVitali. Closing this in favor of #626. @lidawang has preserved your authorship there, and we won't squash the merge.

@gigabo gigabo closed this Aug 26, 2016
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.

2 participants