Skip to content

Commit

Permalink
refactor(@uform/core): merge v1
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Nov 3, 2019
1 parent db68c8d commit 696bcc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/shared/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export const createStateModel = <State = {}, Props = {}>(
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
Expand Down

0 comments on commit 696bcc6

Please sign in to comment.