Skip to content

Bug: react-server-dom-esm package is empty #27197

Open
@nickserv

Description

@nickserv

I thought it would be helpful to use react-server-dom-esm for an RSC test integration, but the package appears to be empty for parking purposes.

Please consider publishing it as I'd prefer to use official implementations of servers to encourage testing practices that are supported by React. I'm also unable to build from source, it appears as the version of this package on main isn't in working condition outside of some internal fixtures yet.

Note: I originally thought this issue also applied to react-server-dom-webpack, but later realized I was installing the wrong channel, and that only the latest channel was empty. If there are resources to document this package, please clarify channel usage in the installation instructions.

React version: 18.3 (canary)

Steps To Reproduce

  1. Install react-server-dom-esm
  2. import "react-server-dom-esm/server";
  3. Run with node --conditions react-server

Alternative you can look up the code on npm, which has no JavaScript files.

The current behavior

Package fails to resolve modules because they're missing.

The expected behavior

Package contains code that can be imported and run.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: UnconfirmedA potential issue that we haven't yet confirmed as a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions