![Forgero - [Fabric]](https://media.forgecdn.net/avatars/thumbnails/812/345/256/256/638185639731873638.png)
Resolve Features inside states instead of testing them after
SigmundGranaas opened this issue ยท 1 comments
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.