fix(reorder-group): remove required parameter for the complete method (#18084)

also updates documentation surrounding the reorder & infinite scroll

fixes #16302
This commit is contained in:
Brandy Carney
2019-04-22 18:16:23 -04:00
committed by GitHub
parent a5b9066fee
commit bd96491d03
50 changed files with 1576 additions and 551 deletions

View File

@ -138,7 +138,6 @@ export class LoadingExample extends Component<Props, State> {
);
}
}
```

View File

@ -41,5 +41,4 @@ export class LoadingExample extends Component<Props, State> {
);
}
}
```