-
-
Notifications
You must be signed in to change notification settings - Fork 852
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
404 error bit.ly link #550
Comments
Yes, this is stupid, PR welcome! |
PR fix this issue. |
@techoi how did you fix this error? error 19 says the plugin is not loaded.... but I did load it as the following import {enableES5} from 'immer';
enableES5(); still getting the exact error |
@stunaz - I noticed that I needed to put the enableES5() line in my redux store initialization rather than at my Index.jsx entrypoint. I know it's been a while but if it helps anyone, if the error doesn't go it might be because the enabling is in the wrong place. |
🐛 Bug Report
A clear and concise description of what the bug is.
Link to repro
error.ts
To Reproduce
Steps to reproduce the behavior:
When error occur like ES5 on IE11
The error message is shown below
[Immer] minified error nr: 19 ES5. Find the full error at: https://bit.ly/38PiBHb
Observed behavior
The url is not work.
404
Expected behavior
Replace
https://bit.ly/38PiBHb
tohttps://github.com/immerjs/immer/blob/master/src/utils/errors.ts
Environment
setUseProxies(true)
setUseProxies(false)
(ES5 only)The text was updated successfully, but these errors were encountered: