Steps to reproduce:
- Open the "GTK_ETs.zip" project
- Open the "New Graph" asset in Graph Toolkit Editor
- Create two variables with identical names ("Test")
- Instantiate one variable as a node
- Extend the connection and observe the Console (a warning is thrown about the duplicate variables)
- Rename both variables to something different
- Extend the connection and observe the Console
Actual results: "Duplicate item named "Variables/Test" encountered while searching the Item Library." warning is thrown
Expected results: No warnings are thrown
Reproducible with versions: 0.1.0-exp.1 (6000.3.0a6), 6000.4.3f1, 6000.5.0b5, 6000.6.0a3
Tested on (OS): Windows 11 Pro (25H2)
Notes:
- Only resolvable if the variable is deleted and added again