Skip to content

Commit

Permalink
fix: ensure <Application> children is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Sep 2, 2024
1 parent 93da609 commit 4ae3129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typedefs/ApplicationProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export interface BaseApplicationProps
className?: string

/** @description Child components. */
children: PixiReactChildNode;
children?: PixiReactChildNode;

/** @description The default style to be applied to text nodes. */
defaultTextStyle?: TextStyle | TextStyleOptions,
Expand Down

0 comments on commit 4ae3129

Please sign in to comment.