We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ed488 commit d8925a2Copy full SHA for d8925a2
packages/react-dom/src/client/ReactDOMFiberInput.js
@@ -18,8 +18,6 @@ import ReactControlledValuePropTypes from '../shared/ReactControlledValuePropTyp
18
import * as inputValueTracking from './inputValueTracking';
19
20
type InputWithWrapperState = HTMLInputElement & {
21
- value: string,
22
- defaultValue: string,
23
_wrapperState: {
24
initialValue: string,
25
initialChecked: ?boolean,
0 commit comments