mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
[meta-only] Move ReactServerStreamConfigFB to react-server from react-server-dom-fb (#27544)
Code organization PR. It looks like the `ReactServerStreamConfigFB` is only used in the `relay-server` package. This PR moves it to `react-server` from `react-server-dom-fb` (similar to how we have config for bun, for example). This avoids cross-package imports from `react-server` to `react-server-dom-fb.`
This commit is contained in:
@@ -84,4 +84,4 @@ export function closeWithError(destination: Destination, error: mixed): void {
|
||||
destination.error = error;
|
||||
}
|
||||
|
||||
export {createFastHashJS as createFastHash} from 'react-server/src/createFastHashJS';
|
||||
export {createFastHashJS as createFastHash} from './createFastHashJS';
|
||||
@@ -7,4 +7,4 @@
|
||||
* @flow
|
||||
*/
|
||||
|
||||
export * from '../../../react-server-dom-fb/src/ReactServerStreamConfigFB';
|
||||
export * from '../ReactServerStreamConfigFB';
|
||||
|
||||
Reference in New Issue
Block a user