We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e8a5f commit e548bb9Copy full SHA for e548bb9
packages/yoroi-extension/app/containers/wallet/Wallet.js
@@ -1,5 +1,5 @@
1
// @flow
2
-import type { Node } from 'react';
+import type { Node, ComponentType } from 'react';
3
import { Component } from 'react';
4
import { observer } from 'mobx-react';
5
import { IntlContext } from 'react-intl';
@@ -202,4 +202,4 @@ class Wallet extends Component<{| ...Props, ...StoresProps |}> {
202
};
203
}
204
205
-export default withYoroiRemoteConfig(Wallet);
+export default (withYoroiRemoteConfig(Wallet): ComponentType<Props>);
0 commit comments