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

Fix Deeply Nested Data Crash #3179

Merged
merged 1 commit into from
Mar 5, 2025
Merged

Fix Deeply Nested Data Crash #3179

merged 1 commit into from
Mar 5, 2025

Conversation

jameskerr
Copy link
Member

@jameskerr jameskerr commented Mar 5, 2025

It's still slow on the deeply nested data, but it does not crash anymore!

Array.slice was not working for us. Changing to an array copy algorithm allowed the operation to succeed.

Fixes #3177

@jameskerr jameskerr merged commit 27d5fb5 into main Mar 5, 2025
4 checks passed
@jameskerr jameskerr deleted the deep-nest branch March 5, 2025 20:44
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

Successfully merging this pull request may close these issues.

"RangeError: Maximum call stack size exceeded" when loading a large & deeply nested value
2 participants