We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a4ce2 commit 3204adcCopy full SHA for 3204adc
packages/fastify-renderer/src/node/renderers/react/ReactRenderer.tsx
@@ -221,8 +221,8 @@ export class ReactRenderer implements Renderer {
221
ReactDOMServer: any,
222
render: Render<Props>
223
) {
224
- this.runHeadHooks(bus)
225
const content = ReactDOMServer.renderToString(app)
+ this.runHeadHooks(bus)
226
this.runTailHooks(bus)
227
228
return render.document({
0 commit comments