Gabriel Miranda
Gabriel Miranda
Where did you place the Font component on the code? Inside of the Head? Also, if you could share a repro it would be great
Might be relevant 
Outlook might strip out styles that have selectors like `*`, which we do use for the `Font` component 🤔
Please run `pnpm format` on the project, as it seems to not match the style of code we use. Also, detail a bit more on what went on the changes....
Closing this as stale.
For anyone coming in here through search or somewhere else, a workaround for now is to add the following to your `next.config.js`: ```javascript { experimental: { serverComponentsExternalPackages: [ '@react-email/components', '@react-email/render',...
Seems ok for me, the tooltip seems to appear fine 
> is the bug still exists? Shall I give it a try? Yup it's still there. PR's are welcome! Would love to review yours if you do make one. You...
@antoinerousseau Is it the same exact error or just a similar error?
After digging around a lot this should be fixed by #1124 which I have tested myself. Not sure how this is caused but some of the polyfills we have currently...