Fix Node Replacement Issues on IO Rename#1083
Closed
camielvs wants to merge 1 commit into09-29-implement_node_managerfrom
Closed
Fix Node Replacement Issues on IO Rename#1083camielvs wants to merge 1 commit into09-29-implement_node_managerfrom
camielvs wants to merge 1 commit into09-29-implement_node_managerfrom
Conversation
This was referenced Oct 8, 2025
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
b6be3d3 to
81c1c02
Compare
cb246d1 to
10b7c60
Compare
This was referenced Oct 8, 2025
Closed
81c1c02 to
f7b4701
Compare
10b7c60 to
55e80d8
Compare
f7b4701 to
6f7964f
Compare
55e80d8 to
0dea688
Compare
This was referenced Oct 9, 2025
6f7964f to
ed6dac3
Compare
d39d198 to
f2ff89f
Compare
8b1c325 to
cdf173e
Compare
f2ff89f to
45e9d85
Compare
cdf173e to
f6ee2d9
Compare
45e9d85 to
7e42fa6
Compare
f6ee2d9 to
b62b77d
Compare
7e42fa6 to
5b6b0d0
Compare
b62b77d to
d1ad079
Compare
2fa3659 to
f7f0199
Compare
d1ad079 to
ba7a488
Compare
6d8f3be to
7b22173
Compare
527f26e to
d3f8f58
Compare
7b22173 to
d042084
Compare
d3f8f58 to
998d1bf
Compare
006b013 to
94dab5e
Compare
2d86930 to
b6c0b7d
Compare
3afa0a3 to
6e7153a
Compare
b6c0b7d to
f4b579c
Compare
0c17c58 to
80fe92b
Compare
f4b579c to
4190130
Compare
80fe92b to
4ebe9af
Compare
4190130 to
292963c
Compare
4ebe9af to
a771300
Compare
292963c to
76acaa5
Compare
3 tasks
a771300 to
b0d1e49
Compare
76acaa5 to
349bbc8
Compare
b0d1e49 to
2cb7d00
Compare
This was referenced Oct 28, 2025
Collaborator
Author
|
Closed in favour of v2 Editor migration. See #2028 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Follow-up to #846
This PR fixes the issue we were having with renamed IO nodes creating a replacement node in ReactFlow and thus causing issues with persistent state (e.g. selection & highlighting). This PR replaces the workaround
useNodeSelectionTransferlogic with a simple migration via the new Node manager.Related Issue and Pull requests
Closes https://github.com/Shopify/oasis-frontend/issues/296
Closes https://github.com/Shopify/oasis-frontend/issues/263
Closes https://github.com/Shopify/oasis-frontend/issues/331
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments