An open API service indexing awesome lists of open source software.

https://github.com/zegl/react-email-tailwind

Bug reproduction
https://github.com/zegl/react-email-tailwind

Last synced: about 1 month ago
JSON representation

Bug reproduction

Awesome Lists containing this project

README

          

This is a NextJS project that reproduces [this bug](https://github.com/resend/react-email/issues/1112).

To reproduce:

```bash
npm install
npm run dev

# You can now visit http://localhost:3000/email-media in your browser
# and notice that the page renders
#
# However...
# This will fail:
npm build
```