Skip to content

Commit b6f6745

Browse files
committed
make children optional
1 parent 896322f commit b6f6745

File tree

1 file changed

+1
-1
lines changed
  • components/dash-core-components/src

1 file changed

+1
-1
lines changed

components/dash-core-components/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ export interface LoadingProps extends BaseComponentProps<LoadingProps> {
523523
/**
524524
* Array that holds components to render
525525
*/
526-
children: React.ReactNode;
526+
children?: React.ReactNode;
527527

528528
/**
529529
* Property that determines which built-in spinner to show

0 commit comments

Comments
 (0)