Closed ahti closed 2 years ago
I noticed that Tasks weren't running when using the Fiber renderer. I'm not sure this is the appropriate place, but the normal DOM renderer calls installGlobalExecutor in it's init, so I just mirrored that.
installGlobalExecutor
init
I noticed that Tasks weren't running when using the Fiber renderer. I'm not sure this is the appropriate place, but the normal DOM renderer calls
installGlobalExecutor
in it'sinit
, so I just mirrored that.