Skip to content

Commit a161bbb

Browse files
committed
chore: export flushSync
1 parent b236b90 commit a161bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fiber/src/core/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export type {
2323
} from './reconciler'
2424
export { extend, reconciler } from './reconciler'
2525
export type { ReconcilerRoot, GLProps, CameraProps, RenderProps, InjectState } from './renderer'
26-
export { _roots, createRoot, unmountComponentAtNode, createPortal } from './renderer'
26+
export { _roots, createRoot, unmountComponentAtNode, createPortal, flushSync } from './renderer'
2727
export type {
2828
Subscription,
2929
Dpr,

0 commit comments

Comments
 (0)