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

Delete json_tag from child components as it could cause RecursionError #736

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

igadmile
Copy link

Fixes #477 even though it's closed.

The cause of the problem was that _json_tag was being added to child components which is a bs4 Tag.

It contains a lot of properties most notably previous_sibling and next_sibling which depending on their size can cause RecursionError.

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.

RecursionError when using child component
1 participant