Describe the bug
When using ObxValue, I can't even use the example and got Couldn't infer type parameter. error. After cross refrence it to the original master branch, it should be using class ObxValue<T extends RxInterface> instead of class ObxValue<T extends RxInterface<T>>
Describe the bug When using
ObxValue
, I can't even use the example and gotCouldn't infer type parameter.
error. After cross refrence it to the original master branch, it should be usingclass ObxValue<T extends RxInterface>
instead ofclass ObxValue<T extends RxInterface<T>>
Code Example:
Refreshed Version: refreshed: ^2.8.0