Merge pull request #3486 from matrix-org/t3chguy/fixes

Fix PropTypes usage, sdk import path and GroupMemberTile letter-avatar
This commit is contained in:
David Baker 2019-10-01 11:49:32 +01:00 committed by GitHub
commit a75fd1801c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -52,7 +52,7 @@ module.exports = createReactClass({
// Extra node inserted after picker input, dropdown and errors
extraNode: PropTypes.node,
value: PropTypes.string,
placeholder: PropTypes.oneOfType(PropTypes.string, PropTypes.func),
placeholder: PropTypes.oneOfType([PropTypes.string, PropTypes.func]),
roomId: PropTypes.string,
button: PropTypes.string,
focus: PropTypes.bool,