-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Typescript has JSX fragment support (microsoft/TypeScript#38720), but tsx-dom hasn't implemented it yet
Edit: I've found a temporary workaround:
"jsx": "react",
"jsxFactory": "h",
"jsxFragmentFactory": "\"span\"",
Edit 2: The temporary workaround does not work
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request