mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-08-31 18:47:46 +00:00
feat(web/RN): update React to v16 and React Native to 0.49
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
e520319af2
commit
b74bede0e7
@@ -12,7 +12,7 @@ import { openFeedbackDialog } from '../actions';
|
||||
/**
|
||||
* Implements a Web/React Component which renders a feedback button.
|
||||
*/
|
||||
class FeedbackButton extends Component {
|
||||
class FeedbackButton extends Component<*> {
|
||||
_onClick: Function;
|
||||
|
||||
static propTypes = {
|
||||
|
||||
Reference in New Issue
Block a user