Skip to content

Commit

Permalink
fix: correct Chip component typings (#1044)
Browse files Browse the repository at this point in the history
As of version 2.15.2 the Chip component accepts the prop `selectedColor`
which it defines as an optional string prop. Though this change was
introduced to the Chip component itself, the typings for the component
were not updated which causes Typescript to complain when using the
`selectedColor` prop. This change adds the missing type to appease
Typescript.
  • Loading branch information
mikestone14 authored and Trancever committed Jun 27, 2019
1 parent 6d5345c commit ef00256
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit ef00256

Please sign in to comment.