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

Immer in production falls over with "Maximum call stack exceeded" #5831

Closed
bhollis opened this issue Sep 18, 2020 · 1 comment
Closed

Immer in production falls over with "Maximum call stack exceeded" #5831

bhollis opened this issue Sep 18, 2020 · 1 comment
Assignees

Comments

@bhollis
Copy link
Contributor

bhollis commented Sep 18, 2020

https://sentry.io/organizations/destiny-item-manager/issues/1898832985/?referrer=github_plugin

RangeError: Maximum call stack size exceeded
  at Array.forEach (<anonymous>)
  at Array.forEach (<anonymous>)
  at Array.forEach (<anonymous>)
  at Array.forEach (<anonymous>)
  at Array.forEach (<anonymous>)
...
(45 additional frame(s) were not displayed)

This seems suspiciously like this immer bug: immerjs/immer#198

@bhollis bhollis self-assigned this Sep 18, 2020
bhollis added a commit that referenced this issue Sep 18, 2020
@bhollis
Copy link
Contributor Author

bhollis commented Sep 18, 2020

Fixed by downgrading immer to v6. I filed a bug report, but I wasn't able to make a good repro. immerjs/immer#673

@bhollis bhollis closed this as completed Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant