Skip to content

Commit

Permalink
fix(tag): fix value typing
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Aug 24, 2018
1 parent 70d5efe commit aee2db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Tag/Tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type TagProps = {|
tagName: string | React$Component<*>,
to?: string,
type?: string,
value?: string,
value?: number | string,
|};

const COLLECTED_PROPS = [
Expand Down

0 comments on commit aee2db6

Please sign in to comment.