-
Notifications
You must be signed in to change notification settings - Fork 47.3k
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
Bug: react-server-dom-esm
package is empty
#27197
Comments
having the same issue with react-server-dom-webpack. Looks like 2 days ago (8/4) a publish was made by @sebmarkbage for a version 0.0.1 which shows up as latest version to npm and only has an empty index.js and a package.json file in it. Now I'm getting this error while running build in a nextjs app. This didn't happen before.
|
Not sure what the source of that error is specifically, but Next's app router already supports RSCs, so you don't need this package unless you're integrating a supplemental tool (like a test framework or story generator). |
react-server-dom-esm
package is empty
I later realized |
@sebmarkbage Can you confirm if it's intentional or a misconfiguration? In #26889, you said it's just a proof-of-concept. So, I wonder if that's the reason. |
Thanks, though I'm still keeping this open to track until there is a non-empty release. |
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
bump I think if react doesn't release esm version, react should delete that package |
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment! |
Bump |
bump |
1 similar comment
bump |
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 thelatest
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
react-server-dom-esm
import "react-server-dom-esm/server";
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.
The text was updated successfully, but these errors were encountered: