mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-30 23:06:10 +03:00
Inline subscriptions.
This commit is contained in:
parent
86c80e9438
commit
67d55d8156
@ -46,7 +46,7 @@ route =
|
|||||||
|> RouteBuilder.buildWithLocalState
|
|> RouteBuilder.buildWithLocalState
|
||||||
{ view = view
|
{ view = view
|
||||||
, update = update
|
, update = update
|
||||||
, subscriptions = subscriptions
|
, subscriptions = \_ _ _ _ _ -> Sub.none
|
||||||
, init = init
|
, init = init
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -242,11 +242,6 @@ withUserSession cookieSession continue =
|
|||||||
|> Maybe.withDefault (DataSource.succeed ( okSession, Response.render {} ))
|
|> Maybe.withDefault (DataSource.succeed ( okSession, Response.render {} ))
|
||||||
|
|
||||||
|
|
||||||
subscriptions : Maybe PageUrl -> RouteParams -> Path -> Shared.Model -> Model -> Sub Msg
|
|
||||||
subscriptions maybePageUrl routeParams path sharedModel model =
|
|
||||||
Sub.none
|
|
||||||
|
|
||||||
|
|
||||||
head :
|
head :
|
||||||
StaticPayload Data ActionData RouteParams
|
StaticPayload Data ActionData RouteParams
|
||||||
-> List Head.Tag
|
-> List Head.Tag
|
||||||
|
Loading…
Reference in New Issue
Block a user