Uh oh!
There was an error while loading. Please reload this page.
Use boolean assertion for documentMode check - #10032
Conversation
aweary
commented
Jun 23, 2017
This change was already made in master as well: #7594 It just wasn't included in the backport. |
gaearon
commented
Jun 24, 2017
Why does #7594 change two lines but this PR changes one? |
aweary
commented
Jun 24, 2017
gaearon
commented
Jun 25, 2017
Mind creating an issue linking to everything that's still necessary for 15.6.x? Another one I'm thinking about is CurrentOwner bugfix. |
gaearon
commented
Jun 26, 2017
Need to run |
aweary
commented
Jun 26, 2017
@gaearon is the I can commit these changes (in a separate PR probably) if you'd like @gaearon |
gaearon
commented
Jun 26, 2017
Hmm. It used to work but maybe we're not yet using Yarn there so we need to cherry-pick #10038? |
aweary
commented
Jul 3, 2017
nhunzaker
commented
Jul 4, 2017
I think we might have gotten a false positive on the commit where we first ran prettier. I just re-ran the build without cache and it looks like the prettier step failed: https://circleci.com/gh/facebook/react/4254 It's hard to tell what version of prettier ran - possibly 1.4 - but do you think we just need to run prettier 1.2.2.0 again on 15.6-dev as @aweary suggested? |
gaearon
commented
Jul 11, 2017
I'm cool either way, let's just get the branch to be green. |
2e092ea to
2c70e8eCompareaweary
commented
Jul 20, 2017
cc @gaearon@nhunzaker CI is now green 🎉 |
Resolves#10030
Reverts a small change made in #8575. This should be safe, as we still use this assertion for the change event bubbling check.
cc @flarnie@gaearon this will require another 15.6.x release (not sure if one was planned)