From 2e79fc088412b8deec3ed45299e5b028e0f8dc9b Mon Sep 17 00:00:00 2001 From: Trezy Date: Mon, 26 Aug 2024 16:07:44 +0200 Subject: [PATCH] fix: match Pixi expectations for extensions --- src/typedefs/ApplicationProps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/typedefs/ApplicationProps.ts b/src/typedefs/ApplicationProps.ts index a2f212a6..399e3cd4 100644 --- a/src/typedefs/ApplicationProps.ts +++ b/src/typedefs/ApplicationProps.ts @@ -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,