Description
From maintainers: if you have this problem, please see the explanation in #6895 (comment).
I am getting a strange error I've never come across. Googling it doesn't help at all.
Error: performUpdateIfNecessary: Unexcpeted batch number (current 36, pending 31)(...)
It has caused me a lot of headaches. I've reverted to 2 days ago and the error persists, even though 2 days ago everything was running smoothly and all tests were passing.
I would appreciate any sort of direction as to how I can begin to resolve this bug. My guesses are that it's an error with Redux, Webpack, Redux-Form, or React itself. I know, not that precise, but I'm quite lost.
Example redux logger information:
Max OS X, El Capitan 10.11.5
React v15.0.1 (error persists on v15.1.0)
I'm sorry if this isn't specific to React. I did look into the error message code and it appears to be coming from the Facebook/React code.
Thanks!