Eric McDaniel

Results 1 issues of Eric McDaniel

Getting the `ActiveClient` instance from a client is a little hairy and error-prone. You have to do stuff like: ```ts if (client.state() === StageState.Ready) { client.stage().ready!... } ``` Where we...