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(alias): Fix a crash when storing data after removing alias #69

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

pjechris
Copy link
Owner

@pjechris pjechris commented Jul 1, 2024

⚽️ Description

Fixes a crash happening sometimes when alias was repopulated after being removed.

🔨 Implementation details

We were using Node.updateEntity directly, which had as effect to not remove children first. Fix by calling EntityStore.storeAlias instead.

Fixes #68

@pjechris pjechris added the bug Something isn't working label Jul 1, 2024
@pjechris pjechris merged commit e55e794 into main Jul 4, 2024
1 of 2 checks passed
@pjechris pjechris deleted the fix/removeAlias branch July 4, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Crash
1 participant