Skip to content

Commit

Permalink
Remove outdated comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangenming authored Apr 29, 2022
1 parent 9f80a48 commit 62f5703
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-reconciler/src/ReactFiberReconciler.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ export const createComponentSelector = enableNewReconciler
? createComponentSelector_new
: createComponentSelector_old;

//TODO: "psuedo" is spelled "pseudo"
export const createHasPseudoClassSelector = enableNewReconciler
? createHasPseudoClassSelector_new
: createHasPseudoClassSelector_old;
Expand Down

0 comments on commit 62f5703

Please sign in to comment.