You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it not be possible to make the injection work with the store that is on context? That way, this works with server-side rendering. So there'd be a decorator that you pass the reducer to and it injects it on Redux…
The text was updated successfully, but these errors were encountered:
I'm very much in favor of this. I didn't like using a global to store the configs in the first place. If I have some time I'll look into refactoring this. Otherwise feel free to offer a pull request.
Would it not be possible to make the injection work with the store that is on
context
? That way, this works with server-side rendering. So there'd be a decorator that you pass the reducer to and it injects it on Redux…The text was updated successfully, but these errors were encountered: