JSX.Element
Namespace ... JSX has no exported member 'Element'.
I have a simple type like this
My tsconfig includes
Any idea how to remove the error?
I have a simple type like this
My tsconfig includes
Any idea how to remove the error?
export type PageProps = {
tags: Tags
children?: JSX.Element[]
}...
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"