mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
fix typo
This commit is contained in:
parent
6caa92057b
commit
224c46ded9
@ -7,7 +7,7 @@ describe('Upload', () => {
|
||||
// https://github.com/react-component/upload/issues/36
|
||||
it('should get refs inside Upload in componentDidMount', () => {
|
||||
let ref;
|
||||
class App extends React.Comoponent {
|
||||
class App extends React.Component {
|
||||
componentDidMount() {
|
||||
ref = this.refs.input;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user