Skip to content

Commit 81f88d1

Browse files
committed
Remove required striction for message prop. #10
1 parent 33e2eb7 commit 81f88d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = React.createClass({
3131
message: PropTypes.oneOfType([
3232
PropTypes.string,
3333
PropTypes.array
34-
]).isRequired,
34+
]),
3535
type: PropTypes.string.isRequired,
3636
/**
3737
* Buttons can be either `string` or `array`

0 commit comments

Comments
 (0)