-
Notifications
You must be signed in to change notification settings - Fork 407
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