-
Notifications
You must be signed in to change notification settings - Fork 413
Open
Labels
Description
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Current behavior 😯
ReferenceError: hello is not defined
Expected behavior 🤔
"hello"
Steps to reproduce 🕹
import type { APIHandler } from "@solidjs/start/server";
export const hello = () => "hello";
export const GET: APIHandler = async (e) => {
return hello();
};Context 🔦
using v2 alpha
Your environment 🌎
Reactions are currently unavailable