Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17e6ffc

Browse files
committed
[docs] Fix version in lifecycle argument note
Fixes facebook#1163.
1 parent 23a1d7d commit 17e6ffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/ref-03-component-specs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ If you want to integrate with other JavaScript frameworks, set timers using `set
127127

128128
> Note:
129129
>
130-
> Prior to v0.6, the DOM node was passed in as the last argument. If you were using this, you can still access the DOM node by calling `this.getDOMNode()`.
130+
> Prior to v0.9, the DOM node was passed in as the last argument. If you were using this, you can still access the DOM node by calling `this.getDOMNode()`.
131131
132132

133133
### Updating: componentWillReceiveProps
@@ -204,7 +204,7 @@ Use this as an opportunity to operate on the DOM when the component has been upd
204204

205205
> Note:
206206
>
207-
> Prior to v0.6, the DOM node was passed in as the last argument. If you were using this, you can still access the DOM node by calling `this.getDOMNode()`.
207+
> Prior to v0.9, the DOM node was passed in as the last argument. If you were using this, you can still access the DOM node by calling `this.getDOMNode()`.
208208
209209

210210
### Unmounting: componentWillUnmount

0 commit comments

Comments
 (0)