Skip to content
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

prevent stale state in component event handlers #1366

Merged
merged 2 commits into from
Apr 22, 2018
Merged

prevent stale state in component event handlers #1366

merged 2 commits into from
Apr 22, 2018

Conversation

Rich-Harris
Copy link
Member

fixes #1353

Tests will likely fail as for some reason they're never completing (probably because I just updated dependencies — something must have broken). Looking into it

@codecov-io
Copy link

codecov-io commented Apr 22, 2018

Codecov Report

Merging #1366 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1366      +/-   ##
=========================================
+ Coverage   91.49%   91.5%   +<.01%     
=========================================
  Files         126     126              
  Lines        4468    4471       +3     
  Branches     1383    1385       +2     
=========================================
+ Hits         4088    4091       +3     
  Misses        154     154              
  Partials      226     226
Impacted Files Coverage Δ
src/generators/nodes/Component.ts 97.46% <100%> (+0.03%) ⬆️

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 a78f37d...3a955ba. Read the comment docs.

@Rich-Harris Rich-Harris merged commit 4f86820 into master Apr 22, 2018
@Rich-Harris Rich-Harris deleted the gh-1353 branch April 22, 2018 18:08
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.

Component data not updated when firing an event as a result of an event fired in a nested component.
2 participants