From 604da17938e3500796c5b1bb37837ec34e333155 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 21 Feb 2019 13:27:47 -0800 Subject: [PATCH] [Docs] `PropTypes.node`: add link to react docs Fixes #154. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a62326..2ea1be5 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ MyComponent.propTypes = { // Anything that can be rendered: numbers, strings, elements or an array // (or fragment) containing these types. + // see https://reactjs.org/docs/rendering-elements.html for more info optionalNode: PropTypes.node, // A React element (ie. ).