From 0c56f1b689428758a16b34a1844b60131282aa36 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Wed, 15 Oct 2025 00:14:50 -0400 Subject: react 19 support --- 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