Skip to content

Commit

Permalink
Upgrade to React v15.1.0
Browse files Browse the repository at this point in the history
This version seems to produce some spurious warnings like these:
> Element: `key` is not a prop. Trying to access it will result in
> `undefined` being returned. If you need to access the same value
> within the child component, you should pass it as a different prop.

I'm pretty sure these warnings can be safely ignored and will go away
in the next release (see facebook/react#6880).
  • Loading branch information
enlight committed May 31, 2016
1 parent 55e9f57 commit bae8667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"mobx-react": "^3.1.0",
"mobx-react-devtools": "^4.0.5",
"polymer-ts-decorators": "github:enlight/polymer-ts-decorators",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-free-style": "^2.2.0"
}
}

0 comments on commit bae8667

Please sign in to comment.