Skip to content

Commit

Permalink
Rename ReactTypeOfWork to ReactWorkTags, ReactTypeOfSideEffect to Rea…
Browse files Browse the repository at this point in the history
…ctSideEffectTags (#13476)

* Rename ReactTypeOfWork to ReactWorkTags

And `type TypeOfWork` to `type WorkTag`.

* Rename ReactTypeOfSideEffect too
  • Loading branch information
sophiebits authored Aug 26, 2018
1 parent c7b60ce commit ae66422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactTestRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
ForwardRef,
Profiler,
ForwardRefLazy,
} from 'shared/ReactTypeOfWork';
} from 'shared/ReactWorkTags';
import invariant from 'shared/invariant';
import ReactVersion from 'shared/ReactVersion';

Expand Down

0 comments on commit ae66422

Please sign in to comment.