Skip to content

Commit

Permalink
Remove outdated comments. (#24464)
Browse files Browse the repository at this point in the history
fixed by #20894
  • Loading branch information
zhangenming authored and rickhanlonii committed Oct 5, 2022
1 parent 36c670c commit 0daf927
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 0daf927

Please sign in to comment.