We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbc9e6e + 466af58 commit 169bac2Copy full SHA for 169bac2
1 file changed
src/Fabulous/Binding.fs
@@ -58,4 +58,4 @@ type BindingExtensions =
58
ctx.SetValueInternal(key, sub)
59
60
let bindingValue = BindingValue<'T>(stateValue)
61
- (continuation bindingValue).Invoke(bindings, ctx))
+ (continuation bindingValue).Invoke(bindings + 1<binding>, ctx))
0 commit comments