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

rx.upload must include _var_data from props #4463

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

masenf
Copy link
Collaborator

@masenf masenf commented Dec 2, 2024

str-casting the dropzone arguments removed any VarData they depended on, like the state context.

update test_upload to include passing a prop from a state var.

update test_upload to include an upload handler that results in a large delta, plus a fix for handling multi-chunk deltas appropriately.

str-casting the dropzone arguments removed any VarData they depended on, like
the state context.

update test_upload to include passing a prop from a state var
Fix update chunk chaining logic; try/catch wasn't catching errors from the
async inner function.
@masenf masenf marked this pull request as ready for review December 2, 2024 20:28
@masenf masenf merged commit 99d1b5f into main Dec 3, 2024
32 checks passed
@masenf masenf deleted the masenf/fix-upload-with-state-var branch December 3, 2024 00:29
masenf added a commit that referenced this pull request Dec 3, 2024
* rx.upload must include _var_data from props

str-casting the dropzone arguments removed any VarData they depended on, like
the state context.

update test_upload to include passing a prop from a state var

* Handle large payload delta from upload event handler

Fix update chunk chaining logic; try/catch wasn't catching errors from the
async inner function.
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.

3 participants