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 8e08fc8 commit 7b44e33Copy full SHA for 7b44e33
src/components/Provider.js
@@ -22,8 +22,6 @@ class Provider extends Component {
22
}
23
24
componentDidMount() {
25
- this._isMounted = true
26
-
27
this.state.subscription.trySubscribe()
28
29
if (this.previousState !== this.props.store.getState()) {
@@ -35,8 +33,6 @@ class Provider extends Component {
35
33
if (this.unsubscribe) this.unsubscribe()
36
34
37
this.state.subscription.tryUnsubscribe()
38
39
- this._isMounted = false
40
41
42
componentDidUpdate(prevProps) {
0 commit comments