Sebastian Brink
Sebastian Brink
fix here: https://github.com/kalessil/phpinspectionsea/issues/1805#issuecomment-1105183835
temporary fix would be to disable esmExternals in next.config.js experimental: { esmExternals: false, }
Same problem here. Lighthouse performance score goes down from 95 to 53. Time to interactive is up to 12.5 seconds. If I remove the middleware it is back to normal.
This HTML gets correctly deserialized: ```html text link title text ``` this not: ```html text link title text ``` The problem here is that `` is a TEXT_TAG. So the...
> @phryneas This PR has introduced a `React.useLayoutEffect` call, which causes a slew of warnings when it gets rendered server-side. > > You might need to consider guarding against this...