We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API route handlers not working if there is a default export.
0.3.x (works)
Beta 2 (doesn't work)
API route handlers work even if there is a default export. With the exception of default and GET together.
default
GET
Steps:
No response
The text was updated successfully, but these errors were encountered:
From the docs:
API Routes do not export a default Solid component.
I take this as not supported anymore.
Sorry, something went wrong.
No branches or pull requests
Duplicates
Latest version
Current behavior 😯
API route handlers not working if there is a default export.
0.3.x (works)
Beta 2 (doesn't work)
Expected behavior 🤔
API route handlers work even if there is a default export. With the exception of
default
andGET
together.Steps to reproduce 🕹
Steps:
Context 🔦
No response
Your environment 🌎
No response
The text was updated successfully, but these errors were encountered: