davedawkins / Sutil

Lightweight front-end framework for F# / Fable. No dependencies.
https://sutil.dev
MIT License
285 stars 17 forks source link

The type 'Bind' does not define the field, constructor or member 'each'.F# Compiler39 #41

Closed pipsie100 closed 2 years ago

pipsie100 commented 2 years ago

The type 'Bind' does not define the field, constructor or member 'each'.F# Compiler39 in SafeClient.fs line 120

AngelMunoz commented 2 years ago

Hello, did you try this in the browser or locally? @davedawkins I think those changes are still unreleased right?

davedawkins commented 2 years ago

I may be behind on a commit. I had to redo some of the Bind.each naming. Will sync tomorrow

On Thu, 16 Sep 2021 at 19:16, Angel D. Munoz @.***> wrote:

Hello, did you try this in the browser or locally? @davedawkins https://github.com/davedawkins I think those changes are still unreleased right?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/davedawkins/Sutil/issues/41#issuecomment-921135051, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACFV3MZYXR63AK4L6EASLTUCIX7LANCNFSM5EFIYHDQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

davedawkins commented 2 years ago

Everything pushed, packaged, released to nuget and the REPL. Thanks for reporting the issue, and thanks Angel for responding.