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

fix dynamic component bindings (#1489) #1490

Merged
merged 2 commits into from
May 24, 2018
Merged

fix dynamic component bindings (#1489) #1490

merged 2 commits into from
May 24, 2018

Conversation

Rich-Harris
Copy link
Member

This fixes #1489 without needing to worry about #1488 (which is potentially controversial?), by ignoring undefined values when setting up dynamic component bindings. That may be enough.

@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1490      +/-   ##
==========================================
+ Coverage   91.15%   91.15%   +<.01%     
==========================================
  Files         124      124              
  Lines        4579     4581       +2     
  Branches     1443     1444       +1     
==========================================
+ Hits         4174     4176       +2     
  Misses        159      159              
  Partials      246      246
Impacted Files Coverage Δ
src/compile/nodes/Component.ts 95.04% <100%> (+0.04%) ⬆️

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 80077c1...df60585. Read the comment docs.

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.

<svelte:component> bindings don't run on change
2 participants