Skip to content

Commit

Permalink
Fix some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Oct 16, 2024
1 parent caa6d03 commit 1f96df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preact-browser/source/server/render.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ function wrapWithServerContext(

const withEffects =
effects == null ? (
node
withAssets
) : (
<BrowserEffectsAreActiveContext.Provider value={effects}>
{withAssets}
Expand Down

0 comments on commit 1f96df4

Please sign in to comment.