This repository is repro for react-email #637
See output here.
when use combination of following stuff
it makes weird style bug.
Run yarn dev
and see [object Object]
in <style>
tag inside <head>
.
If you comment out <style>
tag, the [object Object]
will disappear.