The `JSX` global namespace was removed in `react@19`: https://react.dev/blog/2024/04/25/react-19-upgrade-guide#the-jsx-namespace-in-typescript Maybe we could leave the `tw` prop in the [`JSX` namespace](https://github.com/ben-rogerson/twin.macro/blob/e477fca539e784642c504fee3cc330824285d561/types/index.d.ts#L53) up to the consumer to define?
The
JSXglobal namespace was removed inreact@19: https://react.dev/blog/2024/04/25/react-19-upgrade-guide#the-jsx-namespace-in-typescriptMaybe we could leave the
twprop in theJSXnamespace up to the consumer to define?