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

add each_value to contextProps #1220

Merged
merged 4 commits into from
Mar 9, 2018
Merged

add each_value to contextProps #1220

merged 4 commits into from
Mar 9, 2018

Conversation

Rich-Harris
Copy link
Member

This fixes #1206. A neater solution would determine that the click handler only needed the animal value and didn't need to get it in a convoluted way, so we could just pass that around instead of the array and the index. (See also #1187.) But the priority is obviously to fix the bug

@codecov-io
Copy link

codecov-io commented Mar 9, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1220   +/-   ##
=======================================
  Coverage   91.67%   91.67%           
=======================================
  Files         126      126           
  Lines        4575     4575           
  Branches     1501     1501           
=======================================
  Hits         4194     4194           
  Misses        158      158           
  Partials      223      223
Impacted Files Coverage Δ
src/generators/nodes/EachBlock.ts 98.12% <ø> (ø) ⬆️

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 89c830e...d680356. Read the comment docs.

@Rich-Harris Rich-Harris merged commit e34b913 into master Mar 9, 2018
@Rich-Harris Rich-Harris deleted the gh-1206 branch March 9, 2018 03:15
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.

Another 1.56 context bug
3 participants