From 44bb023b804b0ab360214360a3947935fb41c86c Mon Sep 17 00:00:00 2001 From: AAGaming Date: Wed, 15 Oct 2025 00:31:12 -0400 Subject: React 19 support (#818) --- frontend/src/plugin.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/src/plugin.ts') diff --git a/frontend/src/plugin.ts b/frontend/src/plugin.ts index 0035990e..f2b99f71 100644 --- a/frontend/src/plugin.ts +++ b/frontend/src/plugin.ts @@ -1,3 +1,4 @@ +import type { JSX } from 'react'; export enum PluginLoadType { LEGACY_EVAL_IIFE = 0, // legacy, uses legacy serverAPI ESMODULE_V1 = 1, // esmodule loading with modern @decky/backend apis -- cgit v1.2.3