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

On <select>, don't try generating prop code until visiting attributes #591

Merged
merged 2 commits into from
May 21, 2017

Conversation

Conduitry
Copy link
Member

Fixes #590

Conduitry added 2 commits May 18, 2017 22:04
When visiting `<select>` elements, don't try to add props until after
the (delayed) visiting of the attributes, as that's when we determine
what the props should be.
@codecov-io
Copy link

codecov-io commented May 19, 2017

Codecov Report

Merging #591 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #591   +/-   ##
=======================================
  Coverage   94.45%   94.45%           
=======================================
  Files          95       95           
  Lines        2779     2779           
=======================================
  Hits         2625     2625           
  Misses        154      154
Impacted Files Coverage Δ
src/generators/dom/visitors/Element/Element.js 98.5% <100%> (ø) ⬆️

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 4e58bd0...a3860f2. Read the comment docs.

@Rich-Harris Rich-Harris merged commit 2194de9 into master May 21, 2017
@Rich-Harris Rich-Harris deleted the gh-590 branch May 21, 2017 19:20
@Rich-Harris
Copy link
Member

nice 👍

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.

3 participants