Closed heks closed 8 years ago
I keep getting this error if I do optimistic actions too fast.
@@optimist: Possible memory leak detected. Verify all actions result in a commit or revert and don't use optimistic-UI for long-running server fetches
What is the reason?
That means you've put in a request, then > 100 actions have been dispatched before that action was committed.
Closing, feel free to reopen if not resolved.
I keep getting this error if I do optimistic actions too fast.
What is the reason?