Closed fomalhautb closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
stack-backend | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 15, 2024 6:00pm |
stack-dashboard | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 15, 2024 6:00pm |
stack-demo | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 15, 2024 6:00pm |
stack-partial-prerendering | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 15, 2024 6:00pm |
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.
:white_check_mark: fomalhautb
:x: patched.codes[bot]
@patchbot ResolveComments
The correct way to use the stack handler is like this, update the docs/fern/docs/pages/sdk/stack-handler.mdx
file
import { StackHandler } from "@stackframe/stack";
import { stackServerApp } from "@/stack";
export default function Page(props: any) {
return <StackHandler app={stackServerApp} {...props} /* filll in other parameters here */ />;
}