diff --git a/packages/core/src/shared/model.ts b/packages/core/src/shared/model.ts index 8759e880614..7c3d60a6cbe 100644 --- a/packages/core/src/shared/model.ts +++ b/packages/core/src/shared/model.ts @@ -40,7 +40,6 @@ export const createStateModel = ( this.dirtyNum = 0 this.stackCount = 0 this.batching = false - this.processing = false this.controller = new Factory(this.state, this.props) this.displayName = Factory.displayName this.state.displayName = this.displayName