Closed rose4096 closed 2 months ago
I'm not sure that this is a bug, but I attempted to follow the documentation and ran into this issue.
This issue was actually user error. My upper level component wasn't set to observable, apologies.
Glad ya figured it out. That one still gets me from time to time haha.
Bug report
Sandbox link or minimal reproduction code
https://github.com/rose4096/mobx-state-tree-issue
Describe the expected behavior
The list of clients appears within the store when the promise is consumed by the generator
Describe the observed behavior
It stops on the yield and never continues even though the promise completes
Additional notes
When doing a next.js quick refresh (editing/saving the project) the clients render, but when doing a full refresh the clients do not render although the network request happens / the promise completes.