You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type of read_file_by_chunks was changed in d38ce42. I haven’t tried to compile it, but the corresponding std-web example seems to have the exact same problem. Unfortunately, I can’t easily tell what the fix would be.
Environment:
Yew version: master
Questionnaire
I'm interested in fixing this myself but don't know where to start
I would like to fix and I have a solution
I don't have time to fix this right now, but maybe later
The text was updated successfully, but these errors were encountered:
I think the problem is that the closure passed as the callback argument takes needs to take a parameter of type Option<FileChunk> but currently only takes an parameter of type FileChunk.
After fixing two small problems (see #1088), running
wasm-pack build
inexamples/web_sys/file_upload
results inThe type of
read_file_by_chunks
was changed in d38ce42. I haven’t tried to compile it, but the correspondingstd-web
example seems to have the exact same problem. Unfortunately, I can’t easily tell what the fix would be.Environment:
master
Questionnaire
The text was updated successfully, but these errors were encountered: