Skip to content

Commit

Permalink
Merge pull request #1078 from fabulous-dev/fix-binding-bind-overload
Browse files Browse the repository at this point in the history
bindings + 1 to increment the key when using a Binding
  • Loading branch information
edgarfgp committed Apr 19, 2024
2 parents dbc9e6e + 466af58 commit 169bac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fabulous/Binding.fs
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ type BindingExtensions =
ctx.SetValueInternal(key, sub)

let bindingValue = BindingValue<'T>(stateValue)
(continuation bindingValue).Invoke(bindings, ctx))
(continuation bindingValue).Invoke(bindings + 1<binding>, ctx))

0 comments on commit 169bac2

Please sign in to comment.