Mihael Cholakov
Mihael Cholakov
Sorry to bump up such an old issue, but is anyone having troubles using the `windowedImage` strategy? I'm getting blank images in my company's project. Even creating a plain `UIViewController`...
> > Sorry to bump up such an old issue, but is anyone having troubles using the `windowedImage` strategy? I'm getting blank images in my company's project. Even creating a...
> Hey! We've been using this extension for snapshotting modal, and we use it with quick/nimble. but since their latest update where they start using async/await, this extension stopped working...
Seems like some type of race condition is happening and the main thread is blocked. Since I'm already on the `@MainActor` in my particular case, removing `DispatchQueue.main.async` fixes the timing...