You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when connecting for example an int to the first input of an add chip, the second input + output ports type stays as an any type.
But really they should change to the actual type that was put in, in this case an int.