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

Support React 15.3.0 #374

Merged
merged 18 commits into from
Aug 5, 2016
Merged

Support React 15.3.0 #374

merged 18 commits into from
Aug 5, 2016

Conversation

levithomason
Copy link
Member

This PR updates React to the latest React. It also fixes many of the new warnings associated with props. There is a known error during tests:

ERROR: 'Warning: ReactComponentTreeDevtool: Missing React element for debugID X when building stack'

Where X is some number. There are several issues on the React repo regarding this. It seems low priority for them since it does not fail tests. They will fix it soon, hopefully.

@levithomason levithomason changed the title Update react Support React 15.3.0 Aug 5, 2016
@codecov-io
Copy link

codecov-io commented Aug 5, 2016

Current coverage is 92.87% (diff: 100%)

Merging #374 into master will not change coverage

@@             master       #374   diff @@
==========================================
  Files            63         63          
  Lines           828        828          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            769        769          
  Misses           59         59          
  Partials          0          0          

Powered by Codecov. Last update 8b440f1...663277d

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