Major deps updates: router, redux, intl, react-transition-group, flow-type, testing deps

This commit is contained in:
SleepWalker
2019-06-30 16:32:50 +03:00
parent 6821bcfe40
commit 627d503d43
76 changed files with 2819 additions and 1703 deletions

View File

@@ -5,7 +5,7 @@ import { intlShape } from 'react-intl';
export default class FormComponent<P, S = void> extends Component<P, S> {
static contextTypes = {
intl: intlShape.isRequired
intl: intlShape,
};
/**