Open
Description
openedon Sep 22, 2023
Prompted by discussion in #3406 (review)
We have few structs which uses Context
in structs which is bit of a bad pattern.
Essentially we have the root signal aware context which is the root context for everything which we need to convey to all the components. We need to figure out a way to do that without storing the context in structs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment