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

fix: caller args disconnecting shareable procedures #1918

Merged
merged 3 commits into from
Sep 8, 2023

Conversation

BeksOmega
Copy link
Contributor

The basics

The details

Resolves

Fixes #1893

Proposed Changes

Adds back setting up the argsMap in updateParams.

Reason for Changes

Before if we got any procedure model updates before we got any move events, our argsMap would be empty so all of the our blocks would get disconnected. This makes sure that we at least save the args that are currently attached to the block before doing any reconfiguration.

Test Coverage

Tested the repro steps for #1893 and #1859. Neither reproduces.

Also reconfigured the test pages to make it easier to test a single workspace.

Documentation

N/A

Additional Information

N/A

@BeksOmega BeksOmega requested a review from a team as a code owner September 7, 2023 21:12
@BeksOmega BeksOmega requested review from rachel-fenichel and removed request for a team September 7, 2023 21:12
@BeksOmega BeksOmega merged commit b11bf6a into google:master Sep 8, 2023
7 checks passed
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.

Caller inputs disconnect on reload if caller serialized above definition
2 participants