From 8f6c61207f4afe623d9f00b2cca3681434d9d4de Mon Sep 17 00:00:00 2001 From: AAGaming Date: Mon, 16 Oct 2023 19:30:50 -0400 Subject: [PATCH] fix: add jsxFragmentFactory to tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 13b0c35..7e88185 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "target": "ES2020", "jsx": "react", "jsxFactory": "window.SP_REACT.createElement", + "jsxFragmentFactory": "window.SP_REACT.Fragment", "declaration": false, "moduleResolution": "node", "noUnusedLocals": true,