Hi, thanks for the report! I just pushed a fix to the documentation. The correct code is:

1
2
3
4
5
    varNums.View
    |> View.MapSeqCachedViewBy (fun p -> p.Id) (fun pid vp -> 
        Console.Log pid
        p [] [ textView (vp |> View.Map (fun p -> string p.Name)) ]
    )
By on 1/25/2018 5:22 AM ()

You are right, that part of the docs has a few issues - a more thorough recheck is in order, will try to find some time for it tomorrow. BTW, if you feel up for it, the sources are in the docs repo, PRs are more than welcome.

By on 1/24/2018 3:25 PM ()

Thanks, they will be very useful :-)

By on 1/25/2018 9:05 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper