From aee2db63c7abb8c36560f327d569661c63addf35 Mon Sep 17 00:00:00 2001 From: zouxuoz Date: Fri, 24 Aug 2018 14:45:57 +0300 Subject: [PATCH] fix(tag): fix value typing --- src/common/Tag/Tag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Tag/Tag.js b/src/common/Tag/Tag.js index 7749ea20..c32a2a79 100644 --- a/src/common/Tag/Tag.js +++ b/src/common/Tag/Tag.js @@ -31,7 +31,7 @@ type TagProps = {| tagName: string | React$Component<*>, to?: string, type?: string, - value?: string, + value?: number | string, |}; const COLLECTED_PROPS = [