From 0e1afc738bffd871883b8773ea8a105b327eee4f Mon Sep 17 00:00:00 2001 From: Cheng Lou Date: Mon, 23 Jun 2014 13:13:35 -0700 Subject: [PATCH] [Docs] Render `null` returns noscript now Following #1495. --- docs/ref-03-component-specs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref-03-component-specs.md b/docs/ref-03-component-specs.md index 05076058..94cbaa99 100644 --- a/docs/ref-03-component-specs.md +++ b/docs/ref-03-component-specs.md @@ -22,7 +22,7 @@ The `render()` method is required. When called, it should examine `this.props` and `this.state` and return a single child component. This child component can be either a virtual representation of a native DOM component (such as `
` or `React.DOM.div()`) or another composite component that you've defined yourself. -You can also return `null` or `false` to indicate that you don't want anything rendered. Behind the scenes, React renders a `