Info on applyMiddleware
Closed this issue · 1 comments
jtparrett commented
Looking for information on how to pass applyMiddleware to createRealmStore().
Thanks
lamflam commented
Sorry for the delayed response @jtparrett, I must have missed the notification.
You should be able to apply middlewares with:
const store = applyMiddleware(middleware)(createRealmStore)(writer);
I'll try to get this added to the docs ASAP.