mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Export version from react-dom entry with react-server condition (#29596)
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
*/
|
||||
|
||||
// This is the subset of APIs that can be accessed from Server Component modules
|
||||
|
||||
import ReactVersion from 'shared/ReactVersion';
|
||||
export {ReactVersion as version};
|
||||
|
||||
export {default as __DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE} from './ReactDOMSharedInternals';
|
||||
export {
|
||||
prefetchDNS,
|
||||
|
||||
Reference in New Issue
Block a user