-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React 16, w/ immutableJS #17
Comments
@shierro I have tested this with React 16 and it works fine, I don't know for sure, but there could be compatibility issues with From that error it seems that the library has an undefined state, did you include the offline reducer to your combineReducers({
// ... your other reducers here
offline: require('redux-offline-queue').reducer,
}) |
@RobPando i see, it's nice to know that it works on your end. i triple checked what is provided on README, here's what i have so far (i tried to follow the set-up with redux saga) Store configuration Combined reducers on the combined reducers, i tested both here's the stacktrace
version of tools that i'm using (might help) |
Hi, has anyone tested this plugin w/ react 16? I might also ask, are there compatibility issues with redux-offline versions?
I encountered
when
redux-offline-queue/ONLINE
is dispatchedAnyone encountered this issue or might know what caused it?
Thanks in advance!
The text was updated successfully, but these errors were encountered: