Support for React 17 and sendgrid theme #1435
-
Hey Everyone, Secondly, we want to use the Sendgrid theme in our app and I wanted to confirm that it is fully supported and that we can use Paste in Sendgrid UIs with confidence. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @gautammadaanSG, Paste requires version It won't download two versions of React into your app because Paste marks You can use the Sendgrid Paste theme with confidence; it is fully supported and encouraged for Sendgrid UIs. |
Beta Was this translation helpful? Give feedback.
Hi @gautammadaanSG,
Paste requires version
^16.4.0
in your project, but it should be compatible with React 17. Let us know if you encounter any issues and we will address them.It won't download two versions of React into your app because Paste marks
react
as apeerDependency
. This means it will use whichever version you have installed in your project while letting you know the expected version is16.14.0
.You can use the Sendgrid Paste theme with confidence; it is fully supported and encouraged for Sendgrid UIs.