-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
'toISOString is not a function' when using 'redux-devtools-extension' #347
Comments
It's completely correct step by step implementation of |
@zloirock I will come back on that |
Using Angular 4.3 I could get this by lazy loading modules...it didn't occur before that change. |
Closed as |
Here is the thread ngrx/platform#61 with detailed issue.
Basically there is something is going on when using https://github.com/gaearon/redux-devtools chrome extension, the issue is taking place only when extension is enabled.
I debug the issue for some time and discovered that it is related to
import 'core-js/es6/date';
polyfil.Seems like that is the piece of code which is causing an error:
So if I comment the
import 'core-js/es6/date';
in mypolyfils.ts
- all good, then I can useredux-devtools
Not sure if this one is related #326
The text was updated successfully, but these errors were encountered: