👋🏻 @evanw, thanks for your amazing project!
We were moving a group of tooling to use esbuild (from rollout + tsc) and we started having errors given that we use jsxImportSource in our tsconfig.json in order to enable the use of @emotion/react. This has allowed us to avoid adding the pragma on every file.
We got this idea from here
in the meantime, is there a workaround to make it work?
We tried to add --jsx-factory=jsxs but the module is not there.
Thanks.
👋🏻 @evanw, thanks for your amazing project!
We were moving a group of tooling to use
esbuild(from rollout + tsc) and we started having errors given that we use jsxImportSource in our tsconfig.json in order to enable the use of@emotion/react. This has allowed us to avoid adding the pragma on every file.We got this idea from here
in the meantime, is there a workaround to make it work?
We tried to add
--jsx-factory=jsxsbut the module is not there.Thanks.