Short name describing what triggered the graph break
Generator reconstruction with mutations
Values or code snippet captured at the break point
mutating object: {item}
Explanation of why the graph break was triggered
Cannot reconstruct a generator with variable mutations. Dynamo needs to fully exhaust the generator, which may cause unintended variable modifications.
Hints on how to resolve the graph break