From dbd16c8a9624731a5e4ecadc9eef6c0e2d225d84 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Tue, 24 Jul 2018 14:53:54 -0700 Subject: [PATCH] Add @flow directive to findDOMNode shim (#13265) * Add @flow directive to findDOMNode shim --- scripts/rollup/shims/facebook-www/findDOMNode.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/rollup/shims/facebook-www/findDOMNode.js b/scripts/rollup/shims/facebook-www/findDOMNode.js index 679370a79f..a18b799228 100644 --- a/scripts/rollup/shims/facebook-www/findDOMNode.js +++ b/scripts/rollup/shims/facebook-www/findDOMNode.js @@ -3,6 +3,9 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. + * + * @flow + * @format */ 'use strict';