Skip to content

Commit

Permalink
remove error hook from server
Browse files Browse the repository at this point in the history
  • Loading branch information
vezaynk committed Nov 19, 2023
1 parent d89ac3b commit a20e882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-apps/simple-react/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const server = async () => {
},
},
devMode: true,
hooks: [require.resolve('../../fastify-renderer/test/hooks/errorHeadHook.ts')],
hooks: [],
})

const ImperativeApple = server.registerRenderable(require.resolve('./ImperativeApple.tsx'))
Expand Down

0 comments on commit a20e882

Please sign in to comment.