From d18513be7e9bdc4fa45e2ebd5148c5b9c7993f03 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Wed, 5 Apr 2017 15:24:39 -0700 Subject: [PATCH] Removed some no-longer-necessary Flow ignores. Reviewed By: spicyj Differential Revision: D4836708 fbshipit-source-id: 8e9da5a1f723651b1d6ade60fecdb7801662abfe --- .flowconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.flowconfig b/.flowconfig index 2eb01377d..c67716ede 100644 --- a/.flowconfig +++ b/.flowconfig @@ -20,11 +20,6 @@ .*/Libraries/react-native/React.js .*/Libraries/react-native/ReactNative.js -; Ignore duplicate ReactErrorUtils in react-dom/lib in React 16 alpha 4. -; TODO (bvaughn) Remove this once we've synced to React 16 alpha 5. -; For more info see https://phabricator.intern.facebook.com/D4747529#10 -/node_modules/react-dom/lib/ReactErrorUtils.js - [include] [libs]