mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
Addition of 'this.context' component breaking change
this.context on components is now reserved for internal use by React closes #1141
This commit is contained in:
committed by
Paul O’Shannessy
parent
422266b80f
commit
5790d76faf
@@ -68,6 +68,7 @@ In cases where you want to preserve the space adjacent to a newline, you can wri
|
||||
- On mouse wheel events, `deltaY` is no longer negated
|
||||
- When prop types validation fails, a warning is logged instead of an error thrown (with the production build of React, the type checks are now skipped for performance)
|
||||
- On `input`, `select`, and `textarea` elements, `.getValue()` is no longer supported; use `.getDOMNode().value` instead
|
||||
- this.context on components is now reserved for internal use by React
|
||||
|
||||
#### New Features
|
||||
|
||||
|
||||
@@ -76,6 +76,7 @@ In cases where you want to preserve the space adjacent to a newline, you can wri
|
||||
- On mouse wheel events, `deltaY` is no longer negated
|
||||
- When prop types validation fails, a warning is logged instead of an error thrown (with the production build of React, type checks are now skipped for performance)
|
||||
- On `input`, `select`, and `textarea` elements, `.getValue()` is no longer supported; use `.getDOMNode().value` instead
|
||||
- this.context on components is now reserved for internal use by React
|
||||
|
||||
#### New Features
|
||||
|
||||
|
||||
Reference in New Issue
Block a user