source: node_modules/react-redux/src/utils/batch.ts@ a762898

Last change on this file since a762898 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 145 bytes
Line 
1// Default to a dummy "batch" implementation that just runs the callback
2export function defaultNoopBatch(callback: () => void) {
3 callback()
4}
Note: See TracBrowser for help on using the repository browser.