-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Instead of a when function for binding signal dependencies and checking if the dependency is the cause for the signal invocation, we should implement a .caused getter as an alternative. It will return a boolean just like when but on the first pass, it will always return false so that all dependencies can be registered for the signal. The dependencies would be static and never removed instead of dynamic.
Metadata
Metadata
Assignees
Labels
No labels