Skip to content

Conversation

@unstubbable
Copy link
Owner

closes #22

@vercel
Copy link

vercel bot commented Nov 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mfng ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 13, 2023 8:51pm

export const bar = async () => Promise.resolve(\`bar\`);
registerServerReference(bar, module.id, "bar")
export const baz = 42;
registerServerReference(baz, module.id, "baz")
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, that's an unexpected expectation.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed with #39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Server action: Example of bound arguments server action.

2 participants