Skip to content

set context in await blocks #3442

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 22, 2019
Merged

set context in await blocks #3442

merged 1 commit into from
Aug 22, 2019

Conversation

Rich-Harris
Copy link
Member

fixes #2443 with the patch @Conduitry proposed, with a minor tweak (resetting the current component to null immediately afterwards)

@codecov-io
Copy link

codecov-io commented Aug 21, 2019

Codecov Report

Merging #3442 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3442   +/-   ##
=======================================
  Coverage   50.25%   50.25%           
=======================================
  Files           1        1           
  Lines         197      197           
=======================================
  Hits           99       99           
  Misses         98       98

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 860040a...0f65b6c. Read the comment docs.

@erzr
Copy link

erzr commented Aug 21, 2019

Excited for this one!

@Rich-Harris Rich-Harris merged commit 415dc5f into master Aug 22, 2019
@Rich-Harris Rich-Harris deleted the gh-2443 branch August 22, 2019 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect context in child component inside await
4 participants