Closed this issue 22 days ago · 1 comments
Bare context: yield* SomeContext is not in v4. Instead, you use yield* SomeContext.expect() We should add the new method to v3 and deprecate the old usage.
yield* SomeContext
yield* SomeContext.expect()
fixed with 4d3be6c