sofn-xyz / mailing

Build, test, send emails with React
https://www.mailing.run
MIT License
3.6k stars 74 forks source link

Remix fails with useState error #486

Closed jpwallace22 closed 10 months ago

jpwallace22 commented 10 months ago

Describe the bug When initializing with Remix and following the documentation to create a sendMail.server.ts and import to index.ts I am getting a TypeError: Cannot read properties of null (reading 'useState') failure.

To Reproduce

Screenshots Error with stack trace Screenshot 2023-10-14 at 1 16 10 PM

Desktop (please complete the following information):

jpwallace22 commented 10 months ago

I rm -rf .mailing && npx mailing and it cleared the issue.