You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
hey! Just wanted to post this in case anyone else came across it.
When you extend the entity class _Entity, you need to make sure to reset any custom properties you assign on the entity or else they will be copied over to any new entities that get created!
I think it would be nice to have createEntity call a reset method or avoid copying over these properites.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hey! Just wanted to post this in case anyone else came across it.
When you extend the entity class _Entity, you need to make sure to reset any custom properties you assign on the entity or else they will be copied over to any new entities that get created!
I think it would be nice to have createEntity call a reset method or avoid copying over these properites.
The text was updated successfully, but these errors were encountered: