AkiraVoid

Results 20 comments of AkiraVoid

@ldennington Sir, output is here: ``` error=Default font family name can't be null or empty. ```

> `` @philpoore this has no effect when using SSR (**probably** a SSR issue).

@tudorpopams I guess I have, I always follow the guides or docs when I am building something. But it's a long time, and I'm now currently using v9, so I'm...

I used `SSRProvider` but I still got this problem. In production build everything runs perfectly but in dev there's no CSS variable applied. I thought it is a HMR problem...

@layershifter I am actually using 9.2.0, so I don’t think it has been fixed.

And, since v8, the numbers after class names seem to be a problem in SSR (also mentioned in this thread). Should I open another issue about this?

@EdgarKisman workaround: ```diff - const MyApp = ({ Component, pageProps, renderer }: AppProps): JSX.Element => { + const MyApp = ({ Component, pageProps, renderer }: AppProps & { renderer?: GriffelRenderer...

@kikisaints @hansmbakker

I have just noticed that the package `FluentEmail.Graph` is not maintained here, it's built by another author in [his repo](https://github.com/ESC-BV/FluentEmail.Graph/). I will still leave this issue open since there might...

I will try to figure this out when I get time. Feel free to open a PR if anyone can't wait.