dillon1000/react

Commit

Add back temporary `experimental_` aliases for Server Actions APIs (#27461)

This adds back the `experimental_`-prefixed Server Actions APIs to the
experimental builds only, so that apps that use those don't immediately
break when upgrading. The APIs will log a warning to encourage people to
move to the unprefixed version, or to switch to the canary release
channel.

We can remove these in a few weeks after we've given people a chance to
upgrade.

This does not affect the canary builds at all, since they never had the
prefixed versions to begin with.
Browse files
Changed paths2 files
First-parent comparison
M packages/react-dom/index.experimental.js ModifiedM packages/react/index.experimental.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…