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

Unnecessary emit values sent in Task component. #8

Open
DenisBiwott opened this issue Dec 15, 2022 · 0 comments
Open

Unnecessary emit values sent in Task component. #8

DenisBiwott opened this issue Dec 15, 2022 · 0 comments

Comments

@DenisBiwott
Copy link

On double-clicking we send toggle-reminder emit with value task.id here and on click we send delete-task with task.id as well here- both of which are unnecessary.

We can get rid of the values in the Task component because these are emitted in Tasks component within the for loop here.

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

No branches or pull requests

1 participant