I'm working on some ideas in Decker. I thought to use a prototype to organize a scene that was getting quite busy. The documentation states that `card` should point to the prototype or contraption a widget belongs to (if it belongs to one). However, this is only true for direct interactions. I was wonder if this was intended design since it wasn't documented?
Example deck of what I'm trying to do: https://gist.github.com/Capital-EX/4bf59ab2e61bb2f6ab2606a87384971e
The bottom slider sets the value of the top slider. This works as expected.
The incerment button retrieves the slider from the contraption, then increases it by 1. In this situation, the bottom slider can no longer see the top slider.