Nav.push(myPage) duplicate pages added to stack

When double tapping a button with a nav.push() function, duplicate pages get added to the stack (you have to tap the back button several times to pop() the same page off the stack.

Is this a current issue, or am I doing something wrong?