Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable async/await in DOM Fiber renderer (#516)
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.
- Loading branch information