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
probably what's missing is
x.y
x
"use server"
The text was updated successfully, but these errors were encountered:
EDIT: fixed by #526
Also, "higher order" action seems not working, so we need to investigate.
vite-plugins/packages/react-server/examples/next/app/actions/header/validator.ts
Lines 3 to 11 in ba18e40
vite-plugins/packages/react-server/examples/next/app/actions/header/page.tsx
Lines 19 to 24 in ba18e40
Sorry, something went wrong.
No branches or pull requests
probably what's missing is
x.y
instead of fullx
)"use server"
appears both at the top and inside closureThe text was updated successfully, but these errors were encountered: