-
Notifications
You must be signed in to change notification settings - Fork 9
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
Object doesn't support property or method 'save', 'load', 'remove' on IE11 #23
Comments
This was an unintended regression when I upgraded the libs to TypeScript. I'll get the polyfills baked into the libraries tomorrow and publish a new version. Sorry for the inconvenience. |
Hi @cchamberlain, is this issue still open? |
Yes, I unfortunately have had a busy couple months.
I believe this issue only occurs if your app does not include an ES
polyfill for older browsers. I will try to get to this in the next couple
weeks but please shoot feedback here if you replicate it.
…On Wed, Apr 18, 2018, 12:38 AM Marta Moreno ***@***.***> wrote:
Hi @cchamberlain <https://github.com/cchamberlain>, is this issue still
open?
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAZ69q9AAVC1L4LDR_lCMu_A4XMs3uwDks5tpu12gaJpZM4QpKbd>
.
|
All right, thanks a lot! |
I got it working adding 'es3ify-webpack-plugin' to my webpack config. Hope it helps. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
webpack:///node_modules/localsync/lib/cookiesync.js.
Installed yesterday and i'm getting these three errors on IE11. Works fine in latest version of Chrome and Mozilla.
I currently am on 0.9.1 version of redux-idle-monitor, and 1.6.2 of localsync. I also have babelpolyfill.js
Am i missing some polyfill or something?
Cheers
The text was updated successfully, but these errors were encountered: