Fuse version: 1.5.0
OS: Sierra
Steps
- Push duplicate routes onto router - this could possibly be caused by a “double tap” on a button
router.push('page1');
router.push('page1');
- Try go back - not able to go back
router.goBack();
Notes:
- If you push different routes straight after each other, everything works as usual, its specifically only when pushing the same route.
- I used a Navigator and Page templates.