Skip to content

Upgrade to React 15.2.1#3689

Merged
benvinegar merged 7 commits intomasterfrom
react-0.15.2
Jul 14, 2016
Merged

Upgrade to React 15.2.1#3689
benvinegar merged 7 commits intomasterfrom
react-0.15.2

Conversation

@benvinegar
Copy link
Contributor

@benvinegar benvinegar commented Jul 11, 2016

Blockers:

  • Stream doesn't render (React internal error)
  • New warnings, deprecation notices result in noisy console (good enough)
  • Fix tests

/cc @getsentry/team


This change is Reviewable

@mitsuhiko
Copy link
Contributor

Looks good but we need to figure out why the stream is broken :)


Review status: 0 of 7 files reviewed at latest revision, all discussions resolved, some commit checks failed.


Comments from Reviewable

expect(searchBar.state.searchItems[0].desc).to.eql('unresolved');
expect(searchBar.state.searchItems[0].value).to.eql('unresolved');
expect(searchBar.state.searchTerm).to.eql('fu');
expect(searchBar.state.searchItems.length).to.eql(0);
Copy link
Contributor Author

@benvinegar benvinegar Jul 14, 2016

Choose a reason for hiding this comment

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

The original assertions on this test were ... completely wrong, and I'm not sure what I was doing when I wrote them. The new assertions matches the behavior from the live app today. The reason they've changed is that there was a race condition here (setState hadn't propagated yet) that seems resolved in 15.2

@benvinegar benvinegar changed the title Upgrade to React 15.2.1 [WIP] Upgrade to React 15.2.1 Jul 14, 2016
@benvinegar
Copy link
Contributor Author

Okay, this is ready now.

@macqueen
Copy link
Contributor

Reviewed 6 of 7 files at r2, 6 of 7 files at r3, 2 of 2 files at r4.
Review status: all files reviewed at latest revision, 1 unresolved discussion, some commit checks failed.


Comments from Reviewable

@benvinegar benvinegar merged commit d72da69 into master Jul 14, 2016
benvinegar added a commit that referenced this pull request Jul 14, 2016
benvinegar added a commit that referenced this pull request Jul 14, 2016
benvinegar added a commit that referenced this pull request Jul 14, 2016
benvinegar added a commit that referenced this pull request Jul 17, 2016
benvinegar added a commit that referenced this pull request Jul 18, 2016
benvinegar added a commit that referenced this pull request Jul 18, 2016
@benvinegar benvinegar deleted the react-0.15.2 branch July 19, 2016 20:40
benvinegar added a commit that referenced this pull request Jul 27, 2016
benvinegar added a commit that referenced this pull request Jul 27, 2016
@github-actions github-actions bot locked and limited conversation to collaborators Dec 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants