dillon1000/react

Commit

Move ReactCurrentDispatcher back to shared internals (#27462)

The jsx-runtime uses the ReactCurrentDispatcher from shared internals.
Recently this was moved to ReactServerSharedInternals which broke
jsx-runtime. This change moves it back to ReactSharedInternals until we
can come up with a new forking mechanism.
Browse files
Changed paths3 files
First-parent comparison
M packages/react-server/src/ReactFlightServer.js ModifiedM packages/react/src/ReactServerSharedInternals.js ModifiedM packages/react/src/ReactSharedInternalsServer.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…