The renderDropdownToggle function renders a link to "#", so clicking on the dropdown menu changes the URL even if I don't select an item from the dropdown. I would suggest removing that default link.
My workaround is to change that url: toggle = Navbar.dropdownToggle [ href (urlOfPage model.page) ] [ text "Resources" ]
Thanks for the nice library and documentation :)