File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/react-dom/src/client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ export function postMountWrapper(
277277 }
278278 } else {
279279 // When syncing the value attribute, the value property should use
280- // the the wrapperState._initialValue property. This uses:
280+ // the wrapperState._initialValue property. This uses:
281281 //
282282 // 1. The value React property when present
283283 // 2. The defaultValue React property when present
@@ -330,7 +330,7 @@ export function postMountWrapper(
330330 node . defaultChecked = ! ! props . defaultChecked ;
331331 }
332332 } else {
333- // When syncing the checked attribute, both the the checked property and
333+ // When syncing the checked attribute, both the checked property and
334334 // attribute are assigned at the same time using defaultChecked. This uses:
335335 //
336336 // 1. The checked React property when present
You can’t perform that action at this time.
0 commit comments