-
Notifications
You must be signed in to change notification settings - Fork 111
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
Immutable issue #165
Comments
yeah i suggest to export a reducer-immutable factory export function createReducerImmutable(Immutable); so there is NO require("immutable"); |
@salvoravida great idea, will fix this ASAP. Since this is an API change, semver dictates the next release to be version 4 instead of 3.1.7. |
Published changes to v4.0.0-beta1. Please check if this resolves your issues. |
yeah all ok! |
I am still getting typescript compile errors when not using immutable: 3 import { Map, fromJS } from "immutable"; Can the immutable version be broken out into a separate file or package entirely? |
Hi looks like something is broken with immutable after latest update.
The text was updated successfully, but these errors were encountered: