From 95206fe5dc5fada5ec14876bc5e40d31d8ef1f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Sun, 22 Feb 2015 14:40:39 -0800 Subject: [PATCH] Make cloneWithProps typechecks static-only --- src/utils/cloneWithProps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/cloneWithProps.js b/src/utils/cloneWithProps.js index e8c85f6234..e0be89892d 100644 --- a/src/utils/cloneWithProps.js +++ b/src/utils/cloneWithProps.js @@ -6,7 +6,7 @@ * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * - * @typechecks + * @typechecks static-only * @providesModule cloneWithProps */