Hi Everyone,

In upgrading an 0.17 app I ran across this line of code:

```
Task.perform (always NoOp) (always NoOp) (Scroll.toTop 
"questionsContainer") 
```

I understand that `Task.perform` was re-designed with this signature:

```
perform : (a -> msg) -> Task Never a -> Cmd msg
```

But, I haven't been able to figure out how to apply this to my old line of 
code.
Can anyone suggest what I should try?

Thanks!

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to