We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd01b1 commit 2b8a29eCopy full SHA for 2b8a29e
coreExtCatsEffect/src/main/scala/japgolly/scalajs/react/util/EffectCatsEffect.scala
@@ -39,7 +39,7 @@ object EffectCatsEffect {
39
40
// ===================================================================================================================
41
42
- implicit lazy val io = new AsyncIO(ReactCatsEffect.runtimeFn)
+ implicit lazy val io: AsyncIO = new AsyncIO(ReactCatsEffect.runtimeFn)
43
44
class AsyncIO(runtime: () => IORuntime) extends Async.WithDefaults[IO] {
45
0 commit comments