Skip to content
Discussion options

You must be logged in to vote

TL;DR yes, there is a hard blocker.

The problem is that we are using React DOM under the hood, and it has the support for all sorts of things including handling thenables itself, so it is required for it to be async. The renderAsync has since been deprecated and will be dropped in the next major release (soon).

This shouldn't have much impact because rendering is meant to be done at the moment of sending the email, and there is no way to send the email without async anyway. I wonder how your code base is structured to be a blocker here.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by y-nk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants