From 95fe019953495ab449eecea71c9be53f7b6e20ec Mon Sep 17 00:00:00 2001 From: anna condal Date: Thu, 9 Nov 2023 15:40:29 +0100 Subject: [PATCH] Update packages/x-components/src/components/decorators/injection.consts.ts Co-authored-by: Guillermo Cacheda --- .../x-components/src/components/decorators/injection.consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/x-components/src/components/decorators/injection.consts.ts b/packages/x-components/src/components/decorators/injection.consts.ts index 47e704e50b..218ac0b90c 100644 --- a/packages/x-components/src/components/decorators/injection.consts.ts +++ b/packages/x-components/src/components/decorators/injection.consts.ts @@ -58,4 +58,4 @@ export const SELECT_RESULT_VARIANT_KEY: XInjectKey< * * @internal */ -export const FACET_KEY: string | number = '__unknown__'; +export const UNKNOWN_FACET_KEY: string = '__unknown__';