Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/BetaSu/big-react
/ BatchConfig
Interface
BatchConfig
packages/react/src/currentBatchConfig.ts:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface
BatchConfig {
2
transition: number | null;
3
}
4
5
const
ReactCurrentBatchConfig: BatchConfig = {
6
transition: null
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected