redux-first-history v4.2.5 Release Notes

Release Date: 2019-11-23 // over 4 years ago
  • 👌 support batch options:
    ⚡️ a batch function for batching states updates with history updates. Prevent some "edge case" top-down updates on react : usage import { unstable_batchedUpdates } from 'react-dom'; batch = unstable_batchedUpdates