mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
fix(warnings): Correctly remove all unknown props warnings
This commit is contained in:
parent
086c84197c
commit
3298f6a36b
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ export class EditableTableCell extends Component {
|
|||
|
||||
static defaultProps = {
|
||||
inputProps: {},
|
||||
InputRenderer: (props) => <input {...pickHTMLProps(props)} />,
|
||||
InputRenderer: (props) => <input {...pickHTMLProps(props)} defaultValue={props.defaultValue} />,
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
|
|
2
src/pro
2
src/pro
|
@ -1 +1 @@
|
|||
Subproject commit 6790434a56da15bcc1cfcba5f629bf3a5808f49d
|
||||
Subproject commit c228b616c32d5d83fc5ea9ee963294278d8441c4
|
Loading…
Reference in a new issue