shellscape / jsx-email

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

`QrCode` renders with `render` but not in preview #116

Closed shellscape closed 6 months ago

shellscape commented 6 months ago

Hey folks. This is just a placeholder issue to let everyone know that we're aware of a problem with the QrCode component in which is renders just fine with the CLI or render but fails to render when used in the preview app or in a react app. This is due to an underlying dependency exposing a different API layer in the browser, and we didn't test this thoroughly enough before merging it (we're working on tests for that kind of thing at the moment).

shellscape commented 6 months ago

resolved by #117

we'll revisit this component at another time