Warren Seymour
Warren Seymour
@cvlmtg Probably too late to be of use, but I'm seeing the same issue and appears to be caused by the Redux DevTools core mutating it's internal state :( https://github.com/reduxjs/redux-devtools/blob/master/packages/redux-devtools-core/src/app/utils/stringifyJSON.js#L7
@alexb-uk You probably need to explicitly stop the server. Take https://github.com/alexb-uk/halacious/blob/master/test/plugin-spec.js#L283 for example - you'd want to add `.then(() => server.stop())` to the end of the Promise chain. Further, you...
I'm seeing the same intermittent issue on `v2.10.7+b060053`
Sure - I have some time tomorrow to take a look at this. On Thu, Feb 13, 2020 at 5:28 PM Ashwin Ramaswami wrote: > Not sure what's causing this...