mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Major deps updates: router, redux, intl, react-transition-group, flow-type, testing deps
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user