You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Fix a load of warnings in the tests
Stub things out to make the tests not throw warnings, so we can see the actual problems.
This commit is contained in:
@@ -760,5 +760,5 @@ MessageComposerInput.propTypes = {
|
||||
// attempts to confirm currently selected completion, returns whether actually confirmed
|
||||
tryComplete: React.PropTypes.func,
|
||||
|
||||
onInputStateChanged: React.PropTypes.func.isRequired,
|
||||
onInputStateChanged: React.PropTypes.func,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user