mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-06 12:46:29 +02:00
Better type checking
This commit is contained in:
parent
7f9967389d
commit
843d797ded
@ -25,6 +25,7 @@ import sdk from '../../../index';
|
||||
import type {Completion} from '../../../autocomplete/Autocompleter';
|
||||
import Promise from 'bluebird';
|
||||
import UserSettingsStore from '../../../UserSettingsStore';
|
||||
import { Room } from 'matrix-js-sdk';
|
||||
|
||||
import Autocompleter from '../../../autocomplete/Autocompleter';
|
||||
|
||||
@ -301,5 +302,5 @@ Autocomplete.propTypes = {
|
||||
onConfirm: PropTypes.func.isRequired,
|
||||
|
||||
// The room in which we're autocompleting
|
||||
room: PropTypes.object,
|
||||
room: PropTypes.instanceOf(Room),
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user