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

template inserts with duplicate value are empty #14

Closed
luwes opened this issue Jul 22, 2019 · 1 comment · Fixed by krausest/js-framework-benchmark#621
Closed

template inserts with duplicate value are empty #14

luwes opened this issue Jul 22, 2019 · 1 comment · Fixed by krausest/js-framework-benchmark#621
Assignees
Labels
bug Something isn't working

Comments

@luwes
Copy link
Owner

luwes commented Jul 22, 2019

Noticed there was an issue with inserts that have the same value.
https://codesandbox.io/s/sinuous-template-issue-t3o57

Probably because of

if (value === current);

@luwes luwes added the bug Something isn't working label Jul 22, 2019
@luwes luwes self-assigned this Jul 22, 2019
@dyu
Copy link

dyu commented Jul 23, 2019

I was about to file an issue with this problem (discovered this last week). Great job with sinuous btw :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants