-
-
Notifications
You must be signed in to change notification settings - Fork 167
chore(rsc): release for react canary/experimental channel [not merge] #524
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
base: main
Are you sure you want to change the base?
Conversation
3c9ec2f
to
343a972
Compare
343a972
to
1f86064
Compare
Hi, it seems like this stopped working 😃 Would there be a chance taking a look into it? https://github.com/hi-ogawa/vite-plugins/actions/runs/16533888454/job/46764753888 |
I did nothing but somehow it started working again after you commented 😄 I will double check what went wrong. Thanks for the ping. |
Problem solved then haha. Thanks! |
It looks like the failure was because of there was change in |
Description
This is a dummy PR to (ab)use pkg.pr.new to release two nightly versions of
@vitejs/plugin-rsc
, which vendorreact-server-dom-webpack@canary
andreact-server-dom-webpack@experimental
instead of the default versionreact-server-dom-webpack@19.1.0
.I created a workflow in my repo https://github.com/hi-ogawa/vite-plugins/blob/main/.github/workflows/trigger-nightly.yml, which pushes a commit to this PR everyday using my own fine-grained PAT.
These packages are for users who want to use React features which is only available on
canary
orexperimental
channel. Canary/experimental versions can be installed in a following way:Note that this is an interim solution and it's plan to have a clean separation of
react-server-dom-vite
and@vitejs/plugin-rsc
in the future. See the roadmap for more. (todo)