You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EmailLink component is covering for the use case of if there isn’t an email address provided. It’s being tightly coupled with Paragon’s MailToLink, returning null when the address is not provided. Seen here. It's being used throughout the code base and seems redundant.
We addressed this in Paragon’s WG meeting for further clarification on if we should build out MailToLink in Paragon to handle this use case. You can find those meeting notes here.
The takeaways from the WG are that If you’re using MailtoLink, we expect that an email address will exist to send. Currently, none of the following props are required: to, cc, and bcc. We could possibly make one of these required.
The text was updated successfully, but these errors were encountered:
Discovery done with @cintnguyen:
The EmailLink component is covering for the use case of if there isn’t an email address provided. It’s being tightly coupled with Paragon’s MailToLink, returning null when the address is not provided. Seen here. It's being used throughout the code base and seems redundant.
We addressed this in Paragon’s WG meeting for further clarification on if we should build out MailToLink in Paragon to handle this use case. You can find those meeting notes here.
The takeaways from the WG are that If you’re using
MailtoLink
, we expect that an email address will exist to send. Currently, none of the following props are required:to
,cc
, andbcc
. We could possibly make one of these required.The text was updated successfully, but these errors were encountered: