Danny Guinther

Results 6 comments of Danny Guinther

My golang is a bit rusty, but if there's anything I can do to help with this, I'd be happy to contribute. I'm inclined to agree with the approach that...

I'm willing to help maintain this package if you're looking for volunteers. Let me know.

@bukinoshita any suggestions for getting to the bottom of this issue? I dug around a bit and guess that this problem probably relates to having multiple versions of `React`, since...

@bukinoshita I think this is actually a `nextjs` issue: https://github.com/vercel/next.js/issues/49355 I've found that if I manually update my local `.react-email/package.json` to use `"next":"13.4.4"`, my `useContext` problems go away. A colleague...

I may be mistaken, but I think this is a `react-dom/server` issue, not a `react-email` issue. The relevant issue is this one I think: https://github.com/facebook/react/issues/13838. Though I might ask, in...

I think this issue can be closed since #31 has been merged.