From 72d5a7c99d1f223353477135d406f6f6cf976be4 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Fri, 1 Mar 2019 12:40:51 +0100 Subject: [PATCH] ignore flow errors in react-select --- .flowconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.flowconfig b/.flowconfig index 13295242..3ff66441 100644 --- a/.flowconfig +++ b/.flowconfig @@ -23,6 +23,9 @@ ./src/flowtype/npm/web3.js ./src/flowtype/css.js +[untyped] +.*/node_modules/react-select/.* + [options] esproposal.class_static_fields=enable esproposal.class_instance_fields=enable