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 Error: Accessing the 'caller' property of a function or arguments object is not allowed in strict mode #7

Closed
ubarevicius opened this issue Dec 13, 2016 · 2 comments
Labels

Comments

@ubarevicius
Copy link

ubarevicius commented Dec 13, 2016

Deep freeze dependency gives errors on IE 11 when models of state contain functions. For example getters.

This issue is posted also on deep-freeze library:

https://github.com/substack/deep-freeze/issues/6

They suggest using deep-freeze-strict version, which seem to work better for us.

https://www.npmjs.com/package/deep-freeze-strict

@aegyed91
Copy link
Collaborator

Hi @Trotil

Replaced deep-freeze with deep-freeze-strict: 26ab611

v0.1.5 is published on npm

P.S: I dont use ngrx / redux architecture at work because it slowed me down quite a bit. Which means i didn't test if this works. Please ping me if it doesn't.

@ubarevicius
Copy link
Author

Thanks tsm91, ngrx indeed takes time, but we decided to make this investment as it gives a nice answer to many of our everyday state management problems :) And we know the project will be quite big.

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

No branches or pull requests

2 participants