From 6e28a3378884234a4df118115af375870054b083 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Fri, 11 Jul 2014 14:50:46 -0700 Subject: [PATCH] Tweak wording a bit on `renderComponent` note --- docs/ref-01-top-level-api.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/ref-01-top-level-api.md b/docs/ref-01-top-level-api.md index c01b4162..53e7399c 100644 --- a/docs/ref-01-top-level-api.md +++ b/docs/ref-01-top-level-api.md @@ -88,8 +88,9 @@ If the optional callback is provided, it will be executed after the component is > Note: > -> `React.renderComponent()` currently replaces the contents of the node. -> This restriction may go away in the future. +> `React.renderComponent()` replaces the contents of the container node you +> pass in. In the future, it may be possible to insert a component to an +> existing DOM node without overwriting the existing children. ### React.unmountComponentAtNode