Closed hmans closed 1 year ago
Open in CodeSandbox Web Editor | VS Code | VS Code Insiders
Latest commit: abac7ff3d722ee2d49d5456d04ba4ca22edbb9dc
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This changes predicate buckets to re-evaluate their source's entities against the predicate every time the predicate bucket is iterated over, or the
update()
function is called.Notes:
archetype.update()
is a potential solution for (part of) #154, as it would give more control to the user over when entities are added to or removed from the archetype.archetype.update()
at an opportune time?)ArchetypeBucket
have a similar kind of auto-magic. Will need to ponder this further.Todo: