Skip to content

Commit

Permalink
ReactFiberPendingWork -> ReactFiberPendingPriority
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite committed May 9, 2018
1 parent c851bc0 commit cbf9618
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberScheduler.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import {
findNextExpirationTimeToWorkOn,
suspendPendingWork,
resumePendingWork,
} from './ReactFiberPendingWork';
} from './ReactFiberPendingPriority';
import {
recordEffect,
recordScheduleUpdate,
Expand Down

0 comments on commit cbf9618

Please sign in to comment.