dillon1000/react
Commit
Browse files 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.
Changed paths3 files
First-parent comparisonpackages/react-server/src/ReactFlightServer.js ModifiedM packages/react/src/ReactServerSharedInternals.js ModifiedM packages/react/src/ReactSharedInternalsServer.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…