Cody G
Cody G
Hey @jamonholmgren, as the new [Supreme Commander](https://github.com/mobxjs/mobx-state-tree/pull/1569#issuecomment-724263115) I am just checking if there is any particular channel I should be making requests like this?
I have created a PR that adds the functionality expressed in the original PR, for those who have commented please take a look and give some feedback/contribute 🙏 https://github.com/mobxjs/mobx-state-tree/pull/1722
I'm still thinking about how to handle errors (e.g. if the `loadType()` promise rejects). My ideas so far are: - Have `onLoadError: (parent) => ` option in the `lazy` constructor...
You should be able to remove the `then` requirement as the `yield` returns the resolved value. The syntax is very similar to `async/await` ``` const someFetch = yield axios.get(`${config.apiEndpoint.endpoint}/${param1}`, {...
I have created a discussion for this issue: https://github.com/remix-run/remix/discussions/5244
+1 to this issue - Kent has responded to this issue [here](https://github.com/remix-run/remix/issues/1077#issuecomment-1117457264), stating that it is a React issue, which I think is fair enough, but I'm not sure if...
I have created a proposal / discussion for this issue https://github.com/remix-run/remix/discussions/5244 - give it an upvote!
I've created a proposal / discussion for this issue https://github.com/remix-run/remix/discussions/5244 as there's quite a few problems stemming from this same cause