Op woensdag 23 november 2016 23:52:54 UTC+1 schreef Brian Marick:
>
> So I suspect I’m doing something wrong. Am I?
>

Not wrong, I guess, but it is kind of a peculiar setup.

I also use elm-lang/navigation, and never ran into this issue.
After checking my code:

   - Either I use an `a [ href "#/path/location ]` to let the url-parser 
   navigate when the user clicks the link.
   - Or I use `button [ onClick (NavigateTo NewLocation) ]` to go to the 
   update function.

(urlUpdate and update are wired so that navigation instructions can come in 
through either function).

So it seems kind of double to use both the href and the onClick on the same 
element to do navigation.

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to