Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
fix: add default id prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidurber committed Nov 3, 2019
1 parent 45af351 commit f937117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Picky.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ type PickyProps = {

class Picky extends React.PureComponent<PickyProps, PickyState> {
static defaultProps = {
id: 'picky',
numberDisplayed: 3,
options: [],
filterDebounce: 150,
Expand Down

0 comments on commit f937117

Please sign in to comment.