Skip to content

Commit 07e2a25

Browse files
committed
Update is-server-nested.tsx
1 parent ba318e2 commit 07e2a25

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/tests/src/routes/is-server-nested.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ export default function App() {
1515
setOutput(prev => ({ ...prev, serverFnWithIsServer: result }));
1616
});
1717

18-
createEffect(() => {
19-
throw new Error('foo');
20-
});
21-
2218
return (
2319
<main>
2420
<span id="server-fn-test">{JSON.stringify(output())}</span>

0 commit comments

Comments
 (0)