Known Issues - interaction-lab/MoveToCode GitHub Wiki
Codeblocks force broken interactable to remove itself
ReceiverBaseMonoBehavior.cs function OnDisable() should be:
protected virtual void OnDisable() {
if (Interactable != null) {
Interactable.RemoveHandler(this);
}
}