Forgero - [Fabric]

Forgero - [Fabric]

85k Downloads

Resolve Features inside states instead of testing them after

SigmundGranaas opened this issue ยท 1 comments

commented

Currently, all features are tested outside of their components, which means they cannot accept predicates which test local state (Type, slots and more). They should be tested when applying them, just like attributes are. We should handle dynamic and identity predicates differently, as it can be hard to resolve them appropriately at the same place.

commented

I believe this already has been fixed.