Elm-spa - how to add `Request Params` to `update`

At the foot of elm-spa Requests page, there is a new annotation
update : Request Params -> Msg -> Model -> ( Model, Cmd Msg )

which replaces update : Msg -> Model -> ( Model, Cmd Msg )

What other edits need to be made for this to work?

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.