mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix export
This commit is contained in:
@@ -17,6 +17,8 @@ export type Destination = {
|
||||
export type PrecomputedChunk = string;
|
||||
export type Chunk = string;
|
||||
|
||||
export const isPrimaryStreamConfig = true;
|
||||
|
||||
export function scheduleWork(callback: () => void) {
|
||||
// We don't schedule work in this model, and instead expect performWork to always be called repeatedly.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user