We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bedd88c commit 239da2bCopy full SHA for 239da2b
apps/tests/src/functions/use-is-server.ts
@@ -1,7 +1,8 @@
1
-"use server";
+
2
3
import { isServer } from "solid-js/web";
4
5
export function serverFnWithIsServer() {
6
+ "use server";
7
return isServer;
8
}
0 commit comments