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 896322f commit b6f6745Copy full SHA for b6f6745
components/dash-core-components/src/types.ts
@@ -523,7 +523,7 @@ export interface LoadingProps extends BaseComponentProps<LoadingProps> {
523
/**
524
* Array that holds components to render
525
*/
526
- children: React.ReactNode;
+ children?: React.ReactNode;
527
528
529
* Property that determines which built-in spinner to show
0 commit comments