Skip to content

Commit

Permalink
fix: match Pixi expectations for extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Aug 26, 2024
1 parent 2f5f256 commit 2e79fc0
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 @@ -26,7 +26,7 @@ export interface BaseApplicationProps
defaultTextStyle?: TextStyle | TextStyleOptions,

/** @description An array of Pixi extensions to be loaded before initialisation. */
extensions?: ExtensionFormatLoose[],
extensions?: (ExtensionFormatLoose | any)[],

/** @description A unique key which allows React to manage this component across changes in parent state. */
key?: Key,
Expand Down

0 comments on commit 2e79fc0

Please sign in to comment.