From b43150abb3763a888d98cbc7c64c881afad4f7b1 Mon Sep 17 00:00:00 2001 From: Dan Phillips Date: Mon, 17 Jul 2017 15:18:17 -0400 Subject: [PATCH] update readme to bring more attention to server rendering leak --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cd524c0..afd984e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This component can be used on server side as well. Built with [React Side Effect](https://github.com/gaearon/react-side-effect). +**IMPORTANT NOTE ON SERVER RENDERING:** Please read [this](#server-usage) to prevent creating a memory leak. + ==================== ## Installation