Fix legacy context error
This commit is contained in:
parent
cbf62ee326
commit
7dc2d218a3
|
@ -118,7 +118,7 @@ class Modals extends React.PureComponent {
|
||||||
});
|
});
|
||||||
}, {
|
}, {
|
||||||
unloadModuleByIndex(index) {
|
unloadModuleByIndex(index) {
|
||||||
const pai = getPaiByTypeAndIndex('module', index)(this.context.store.getState());
|
const pai = getPaiByTypeAndIndex('module', index)(this.props.store.getState());
|
||||||
|
|
||||||
if (pai && path([ pai.name, 'confirmUnload' ], modules)) {
|
if (pai && path([ pai.name, 'confirmUnload' ], modules)) {
|
||||||
return pai;
|
return pai;
|
||||||
|
@ -202,10 +202,6 @@ class Modals extends React.PureComponent {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Modals.contextTypes = {
|
|
||||||
store: PropTypes.any,
|
|
||||||
};
|
|
||||||
|
|
||||||
module.exports = compose(
|
module.exports = compose(
|
||||||
connect(
|
connect(
|
||||||
state => ({
|
state => ({
|
||||||
|
|
Loading…
Reference in New Issue
Block a user