Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct Flight client's condition for SSR and
createServerReference
(…
…#51723) This PR addresses a problem where the `createServerReference` is using the default condition of flight client (gets resolved to the Node build), but we use the Edge build of flight client for SSR. This causes 2 flight clients to exist during SSR.
- Loading branch information