shellscape / jsx-email

Build emails with a delightful DX
https://jsx.email
MIT License
895 stars 28 forks source link

fix(app-preview): suppress erroneous react key errors #149

Closed shellscape closed 5 months ago

shellscape commented 5 months ago

Component / Package Name:

This PR contains:

Are tests included?

Breaking Changes?

If yes, please include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.

List any relevant issue numbers:

Description

It's hacky, and I don't like it, but it works. Suppresses the "yada yada key yada" errors that react throws in the preview app. These errors are erroneous (irony!) because they're thrown for things that are static and not reactive.