Didn't get this to work yet (some dependencies failed for this). Investigate further.
Steps required:
- vite.config.ts files, remove
jsxRuntime: "classic"
- tsconfig files, set
jsx to react-jsx
When we get this working, remove import React from "react" statements as those are not necessary anymore
Didn't get this to work yet (some dependencies failed for this). Investigate further.
Steps required:
jsxRuntime: "classic"jsxtoreact-jsxWhen we get this working, remove
import React from "react"statements as those are not necessary anymore