From 82457b66f6d1a2d54711aa5ee11adfab4b12f405 Mon Sep 17 00:00:00 2001 From: Christian Alfoni Date: Sun, 12 Apr 2015 12:59:40 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4cd3331..4744bb6 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ formsy-react A form input builder and validator for React JS +## Running with React 0.13.x +In development you will get a warning about Formsy overriding `props`. This is due to a change in the React API. A new solution has been developed for next Formsy release, though it will not be available until React 0.14.0 is ready. So please just ignore the warning for now and when React 0.14.0 is here, they will be gone! + - [Background](#background) - [What you can do](#whatyoucando) - [Install](#install)