Skip to content

Commit 62f5703

Browse files
authored
Remove outdated comments.
fixed by facebook#20894
1 parent 9f80a48 commit 62f5703

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-reconciler/src/ReactFiberReconciler.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ export const createComponentSelector = enableNewReconciler
161161
? createComponentSelector_new
162162
: createComponentSelector_old;
163163

164-
//TODO: "psuedo" is spelled "pseudo"
165164
export const createHasPseudoClassSelector = enableNewReconciler
166165
? createHasPseudoClassSelector_new
167166
: createHasPseudoClassSelector_old;

0 commit comments

Comments
 (0)