Problem
In the file upload example, tasks are never removed from tasks: Vec<ReaderTask>.
Steps To Reproduce
Study the code in the example
Expected behavior
The task should be removed once Msg::Loaded arrives at the component.
Environment:
Yew version: v0.18
Problem
In the file upload example, tasks are never removed from
tasks: Vec<ReaderTask>.Steps To Reproduce
Study the code in the example
Expected behavior
The task should be removed once Msg::Loaded arrives at the component.
Environment:
Yew version: v0.18