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

Ensure nested groups inside subflows have their g props remapped #4472

Merged
merged 1 commit into from Dec 7, 2023

Conversation

knolleary
Copy link
Member

When creating entities inside a subflow we generate new ids for each instance - including remapping any existing references to the modified ids.

We weren't doing that for groups - so nested groups didn't have the proper g property set , leading to the runtime getting stuck in a loop waiting for a non-existent group to appear.

This fixes that.

@knolleary knolleary merged commit 6d2a870 into master Dec 7, 2023
4 checks passed
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.

None yet

1 participant