Skip to content
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

IE11 : Object doesn't support property or method 'assign' in context.js #24

Open
damiangreen opened this issue Nov 24, 2017 · 3 comments

Comments

@damiangreen
Copy link

This causes my whole app to stop loading in IE11.

image

@damiangreen
Copy link
Author

Is there a way we can tag an earlier stable release (inc dependencies) , as I am using this in a production environment?

@cchamberlain
Copy link
Member

Sorry been on vacation. Planning on fixing this tomorrow, but in meantime you can lock the libraries down to the prior versions with:

npm install -E redux-idle-monitor@0.7.0 localsync@1.4.0 redux-blueprint@0.2.23 redux-mux@0.1.15

OR

yarn add -E redux-idle-monitor@0.7.0 localsync@1.4.0 redux-blueprint@0.2.23 redux-mux@0.1.15

Will be aiming for stability and some requested features going forward, hoping to avoid breakage in the long run with it on TypeScript.

Sorry for the inconvenience.

@cchamberlain
Copy link
Member

cchamberlain commented Dec 6, 2017

@damiangreen a friend using this in production reported a separate issue in IE that has some possibility of being related. I just published a new version of localsync / redux-idle-monitor. If you remove all those dependencies, delete your lock files, and yarn add redux-idle-monitor@latest, I'm curious if you see this issue anymore.

I asked my friend to report back if he sees this issue in IE on the latest version, and will fix shortly if he does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants