Skip to content

Commit

Permalink
Update Mount docs
Browse files Browse the repository at this point in the history
getNode and getNodes are no longer supported so removing the bad link
  • Loading branch information
joemcloE authored Oct 13, 2017
1 parent 21871ec commit 9d31b64
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/api/mount.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,6 @@ Returns a static HTML rendering of the current node.
#### [`.get(index) => ReactElement`](ReactWrapper/get.md)
Returns the node at the provided index of the current wrapper.

#### [`.getNode() => ReactElement`](ReactWrapper/getNode.md)
Returns the wrapper's underlying node.

#### [`.getNodes() => Array<ReactElement>`](ReactWrapper/getNodes.md)
Returns the wrapper's underlying nodes.

#### [`.getDOMNode() => DOMComponent`](ReactWrapper/getDOMNode.md)
Returns the outer most DOMComponent of the current wrapper.

Expand Down

0 comments on commit 9d31b64

Please sign in to comment.