-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
fix: handleValueChange.cancel is not a function #625
fix: handleValueChange.cancel is not a function #625
Conversation
Hi! I'm having trouble understanding what the underlying cause is and thus I'm not yet willing to merge this PR as-is. Is the |
This new
|
7f41c16
to
2801c02
Compare
Just change my code and force pushed, revert to |
Hey @SukkaW seems like the lodash package removals in likely caused this bug. It looks like to me that the proper fix would be to use the |
Oops. But since the |
Yeah let's use the Can you also add a changelog entry? |
And while this isn't merged and released, I guess the only option for the rest of us would be to downgrade to 4.9.1, as this error makes it pretty much impossible to use report page |
Yeah I can retag 4.9.1 as the EDIT: Did just that now. I'll make sure to update the |
OK, I will use |
2801c02
to
94faa92
Compare
Just changed my code and force pushed, and added CHANGELOG. |
The changelog entry is in the wrong place but I'll move that and merge. Thanks! |
Released as v4.10.1 and tagged as |
The error "this.handleValueChange.cancel is not a function" often occurs when I use webpack-bundle-analyzer, leading to a paralysis of page interaction.
Therefore, I have made some defensive fixes in the code here. After the fixes, the generated static pages now perform normally.