Andrey
Andrey
Thanks for looking into this! Unfortunately I can't use flex:1 cause the whole point is to save original .content block width, just move it to the right.
@developit I just tried this and it seems that the first replacement (`this.__P`) is still required in the latest version of Preact. If `render` method doesn't return something actually "renderable"...
I think this is fixed in 4.3.2, see https://github.com/angular/angular/pull/18110, https://github.com/angular/angular/issues/15670
As a workaround you can do something like this ``` import React from "react"; import { Helmet } from "react-helmet"; import '@fontsource/montserrat/latin-500.css' import '@fontsource/montserrat/latin-700.css' import montserrat500 from '@fontsource/montserrat/files/montserrat-latin-500-normal.woff2' import montserrat700...