Skip to content

Commit 169bac2

Browse files
authored
Merge pull request #1078 from fabulous-dev/fix-binding-bind-overload
bindings + 1 to increment the key when using a Binding
2 parents dbc9e6e + 466af58 commit 169bac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Fabulous/Binding.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ type BindingExtensions =
5858
ctx.SetValueInternal(key, sub)
5959

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

0 commit comments

Comments
 (0)