You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
engine.Unit duplicates some lifecycle functionality, and encourages undesirable design patterns. For new components, we recommend using ComponentManager instead. However, many instances of engine.Unit remain in the codebase.
Proposed Solution
Replace select instances of engine.Unit with ComponentManager. Here is an example of a PR which does this replacement: #4219
See also: https://github.com/onflow/flow-go-internal/issues/7017
The text was updated successfully, but these errors were encountered: