Description
When resolving data from contexts, the fromContext currently hangs the whole app.
Steps to Reproduce
- Wrap any node in a context node but don't provide anything
- Try to resolve data
Expected Behavior
The app shouldn't hang and after searching every context node, should break out of fromContext
Environment
- Canopy version: 0.1.0-dev1
- OS: Windows
- JVM / Kotlin version (if relevant): 2.3.10
Description
When resolving data from contexts, the
fromContextcurrently hangs the whole app.Steps to Reproduce
Expected Behavior
The app shouldn't hang and after searching every context node, should break out of
fromContextEnvironment