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: add memo to deepcopy call to avoid recursion error #4194

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

ogabrielluiz
Copy link
Contributor

This pull request fixes a bug in the custom component where the deepcopy function was not correctly passing the memo argument. This caused issues when creating a deep copy of the component. The bug has been fixed by updating the deepcopy calls in the __deepcopy__ method of the component.

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. bug Something isn't working labels Oct 17, 2024
@github-actions github-actions bot added bug Something isn't working and removed bug Something isn't working labels Oct 17, 2024
@ogabrielluiz ogabrielluiz enabled auto-merge (squash) October 17, 2024 21:50
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Oct 18, 2024
@ogabrielluiz ogabrielluiz merged commit 1247664 into main Oct 18, 2024
42 of 44 checks passed
@ogabrielluiz ogabrielluiz deleted the deepcopy-bug branch October 18, 2024 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants