Aaron Wright

Results 9 comments of Aaron Wright

Still relevant. Just lost a bunch of hours trying to pin down our issues.

Any chance of getting this example revamped using a modern version of Webpack? Or Vite? Even if I get this working, it'll be two years behind πŸ˜‘

Same here. [email protected] might fix? Can't build our app anymore either.

It's actually `@react-email/components` that won't install. I can install `react-email` with React 18.2.0 just fine, but the components package fails. I can't use `patch-package` on a package that won't even...

Hmm. Maybe we have different issues. My project is using `^18.2.0` and I can install `react-email` just fine. In fact, it installs on `^18.3.0` as well. It's only `@react-email/components` that...

Oops, I see what you did. Patching `react-email` fixes `@react-email/components` β€”Β sorry, it's early πŸ˜† Works now! πŸŽ‰ πŸ™

@gabrielmfern Thank you πŸ™ Seems my project doesn't build on `18.2.0` since some OTHER packages apparently insist on 18.3.0 already.

This is available now. Issue should be closed πŸŽ‰

Putting this here for others, but I "resolved" this by realizing my own error. Granted, I do wish some kind of notification would have informed me of it... My code...