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?
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?
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.