Skip to content

Commit

Permalink
Merge branch 'master' into fix-fragment-render
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyan authored Sep 15, 2019
2 parents 33e5876 + ff668f3 commit b1566c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rax/src/vdom/composite.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class CompositeComponent extends BaseComponent {
// Reset pending queue
this.__pendingStateQueue = null;
let nextState = assign({}, instance.state);
for (let i = 0; i < queue.length; i ++) {
for (let i = 0; i < queue.length; i++) {
let partial = queue[i];
assign(
nextState,
Expand Down

0 comments on commit b1566c3

Please # to comment.