source:
node_modules/react-redux/src/utils/batch.ts
| Last change on this file was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 145 bytes | |
| Line | |
|---|---|
| 1 | // Default to a dummy "batch" implementation that just runs the callback |
| 2 | export function defaultNoopBatch(callback: () => void) { |
| 3 | callback() |
| 4 | } |
Note:
See TracBrowser
for help on using the repository browser.
