Paulo Graça
Results
2
comments of
Paulo Graça
I think there is some problem with the TextBox component. Maybe you should look into that. And please i would be very happy if you could fix the round button...
I've managed to work around this issue by adding a `declarations.d.ts` file in my project with: ```typescript declare module '@responsive-email/react-email'; ``` However, this is just hiding the TypeScript error rather...