-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue upgrading to react-email 2.0.0 #3
Comments
Hey @jared-backpocket sorry for taking a bit to answer this. This is happening because the changes to |
Also, the emails not appearing on the sidebar seems to me like the same issue that resend/react-email#1204 fixes. If you want the fix you can also upgrade |
If you'd like to know the dependencies, you can look here to see the template for |
Hi,
First time poster so sorry in advance if I am missing any details.
When I pull down this repo and setup it up for the first time following the instructions inside the README.md file, everything works as expected.
However, when I bump the version of react-email to 2.0.0, and follow the steps from the changelog
static
directory inside of./emails
so the path is./emails/static
pnpm install
pnpm dev
The preview app loads, but there are no emails displayed in the LHS bar anymore:

And when I manually go to this route

http://localhost:3001/preview/vercel-invite-user
I get this error:Would someone be able to provide any information on what could be causing this error or is there a migration guide on how to transition from 1.10.0 to 2.0.0 within a project that is using nextjs, react-email, turborepo and pnpm?
Thanks for taking the time to read over this issue.
The text was updated successfully, but these errors were encountered: