Skip to content
New issue

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

Allow Async Functions to be used in Server Components #25479

Merged
merged 1 commit into from
Oct 14, 2022

Commits on Oct 14, 2022

  1. Allow Async Functions to be used in Server Components

    This is a temporary step until we allow Promises everywhere.
    
    Currently this serializes to a Lazy which can then be consumed in this same
    slot by the client.
    sebmarkbage committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    7fdfc6b View commit details
    Browse the repository at this point in the history