Skip to content

Commit

Permalink
Rm copypasta comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Apr 4, 2023
1 parent 37f3fe7 commit 69fa0d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-dom-bindings/src/client/ReactDOMComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ function setProp(
): void {
switch (key) {
case 'style': {
// Relies on `updateStylesByID` not mutating `styleUpdates`.
setValueForStyles(domElement, value);
break;
}
Expand Down Expand Up @@ -920,7 +919,6 @@ function setPropOnCustomElement(
): void {
switch (key) {
case 'style': {
// Relies on `updateStylesByID` not mutating `styleUpdates`.
setValueForStyles(domElement, value);
break;
}
Expand Down

0 comments on commit 69fa0d8

Please sign in to comment.