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 7e6f3aa + 0bc1426 commit 431b9eeCopy full SHA for 431b9ee
shared/src/main/scala/com/thoughtworks/binding/bindable/package.scala
@@ -125,7 +125,8 @@ package bindable {
125
}
126
127
private[bindable] trait LowPriorityBindableSeq1 extends LowPriorityJsBindableSeq2 {
128
- implicit def bindingBindableSeq[Value0]: BindableSeq.Aux[Binding[Value0], Value0] =
+ @deprecated("Resulting ambiguous implicit values with watchableBindableSeq", "2.1.1")
129
+ private[bindable] def bindingBindableSeq[Value0]: BindableSeq.Aux[Binding[Value0], Value0] =
130
new BindableSeq[Binding[Value0]] {
131
type Value = Value0
132
def toBindingSeq(from: Binding[Value0]): BindingSeq[Value] = SingletonBindingSeq(from)
0 commit comments