Skip to content

Commit

Permalink
Merge pull request #125 from bertho-zero/patch-1
Browse files Browse the repository at this point in the history
missing options.format in PropTypes
  • Loading branch information
nkbt authored Nov 12, 2019
2 parents 046346a + 6c7922a commit 3e3a83b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Component.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export class CopyToClipboard extends React.PureComponent {
onCopy: PropTypes.func,
options: PropTypes.shape({
debug: PropTypes.bool,
message: PropTypes.string
message: PropTypes.string,
format: PropTypes.string
})
};

Expand Down

0 comments on commit 3e3a83b

Please sign in to comment.