-
Notifications
You must be signed in to change notification settings - Fork 408
Open
Labels
Description
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Current behavior π―
import { getRequestIP } from "@solidjs/start/http";
const getData = query(async () => {
"use server";
console.log(getRequestIP());
return /* whatever */;
}, "data");Expected behavior π€
No response
Steps to reproduce πΉ
Steps:
Context π¦
No response
Your environment π
Reactions are currently unavailable