ReSwift / ReSwift-Recorder

Deprecated ⚠️ Proof-of-concept Time Travel and Hot Reloading for ReSwift 3.0

Home Page:https://github.com/ReSwift/ReSwift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing middleware parameter

ArthurClemens opened this issue · comments

The RecordingMainStore constructor does not take a middleware argument. How to add middleware then?

@ArthurClemens very good point!

I haven't seriously touched this implementation since I first hacked it together for a demo. I would love to find more time to implement this nicely - but until then I've fixed the issue you brought up by passing the middleware argument through.

Out of curiosity: are you using the recorder in one of your projects?