diff --git a/src/plugin.js b/src/plugin.js index 5a67ff781..fb485ff89 100644 --- a/src/plugin.js +++ b/src/plugin.js @@ -165,10 +165,6 @@ export class FlipperPlugin extends FlipperBasePlugin< } _teardown() { - if (this.constructor.persistedStateReducer) { - // do not tear down when persistedStateReducer is set - return; - } // automatically unsubscribe subscriptions for (const {method, callback} of this.subscriptions) { this.realClient.unsubscribe(this.constructor.id, method, callback);