Skip to content

Commit ae66422

Browse files
authored
Rename ReactTypeOfWork to ReactWorkTags, ReactTypeOfSideEffect to ReactSideEffectTags (#13476)
* Rename ReactTypeOfWork to ReactWorkTags And `type TypeOfWork` to `type WorkTag`. * Rename ReactTypeOfSideEffect too
1 parent c7b60ce commit ae66422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReactTestRenderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {
3030
ForwardRef,
3131
Profiler,
3232
ForwardRefLazy,
33-
} from 'shared/ReactTypeOfWork';
33+
} from 'shared/ReactWorkTags';
3434
import invariant from 'shared/invariant';
3535
import ReactVersion from 'shared/ReactVersion';
3636

0 commit comments

Comments
 (0)