From cea4a62aa790347dbab2a4e4d0adf5b1d5f4cee4 Mon Sep 17 00:00:00 2001 From: lordlogo2002 Date: Sun, 20 Jul 2025 16:07:19 +0200 Subject: [PATCH] fix: add JSX pragma for compatibility with nano-jsx --- source/src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/source/src/index.tsx b/source/src/index.tsx index e5e178d..1131d4d 100644 --- a/source/src/index.tsx +++ b/source/src/index.tsx @@ -1,3 +1,4 @@ +/** @jsx h */ import { h, render, Component } from 'nano-jsx' class RickGamePanel extends Component {